Run ID:154699

提交时间:2026-05-30 17:50:00

#include<bits/stdc++.h> using namespace std; int main() { int a=1; int b=2; int c=3; cout“a*b*c” return 0; }