Run ID:154691
提交时间:2026-05-30 17:47:14
#include<bits/stdc.h< using namespace std; int main() { int 1,2,3; cin>>1>>2>>3; cout<<1*2*3=6 return 0; }