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