Run ID:89040
提交时间:2024-08-21 18:54:35
#include <iostream> #include <cstdio> using namespace std; int main() { cout<<1*2*3*4*5; return 0; }