Run ID:101202

提交时间:2024-12-14 15:53:54

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