Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:18: error: redeclaration of 'int n'
  int n,a,s=0,m=0,n=0;
                  ^
/in/foo.cc:5:6: note: 'int n' previously declared here
  int n,a,s=0,m=0,n=0;
      ^

信息

递交者
类型
递交
题目
P2361 1.5.11:整数的个数
语言
C++
递交时间
2025-01-20 21:29:26
评测时间
2025-01-20 21:29:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes