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