提交时间:2026-05-30 18:04:57

运行 ID: 442871

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cout<<a*b*c; return 0; }