Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
93605 | 张新福 | 13求7个数的平均数 | C++ | Wrong Answer | 1 MS | 272 KB | 148 | 2024-10-18 14:23:51 |
#include <iostream> using namespace std; int main(){ int i,n; long long x=1; cin>>n; for(i=1;i<=n;i++){ x*=i; } cout<<x<<endl; }
------Input------
64 70 75 65 23 100 7
------Answer-----
57
------Your output-----
-9223372036854775808