Run ID:101163
提交时间:2024-12-14 15:18:48
#include <iostream> using namespace std; int mian() { cout<<1*2*3*4*5<<endl; return 0; }