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