Run ID:102350

提交时间:2024-12-21 15:18:01

#include<iostream> using namespace std; int main() { int a,b,c; a=1,b=2,c=4; cout<<a*b*c; return 0; }