Run ID:89042

提交时间:2024-08-21 18:55:56

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