Run ID:98123
提交时间:2024-11-17 13:48:39
#include<bits/stdc++.h> using namespace std; int main(){ int sum; sum=1*2*3*4*5; cout<<sum; return 0; }