Run ID:102227
提交时间:2024-12-21 14:14:45
#include<iostream> using namesprace std; int mian() { int a,b,c; cout<<a*b*c<<endl; return 0; }