Run ID:102352
提交时间:2024-12-21 15:19:26
#include<iostream> using namespace std; int main() { int a,b,c; a=1,b=2,c=4; cout<<a*b*c<<endl; return 0; }