/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:6: error: redeclaration of 'int k'
  int k = 0;
      ^
/in/foo.cc:15:6: note: 'int k' previously declared here
  int k = 1;
      ^

信息

递交者
类型
递交
题目
P1004 Jolly Jumpers
语言
C++
递交时间
2022-03-08 15:44:10
评测时间
2022-03-08 15:44:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes