Run ID:89043

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

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