Run ID:154685

提交时间:2026-05-30 17:45:53

#include<iostream> using namespace std; int main() { int 1,2,3; cin>>1>>2>>3; cout<<1*2*3=6 return 0; }