记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:14: error: expected ';' before ']' token
    a[index]=1];
              ^
/in/foo.cc:9:16: warning: unused variable 'index' [-Wunused-variable]
  int cnt=0;int index;
                ^~~~~

信息

递交者
类型
自测
题目
P1586 Problem 4F. Catch the ball
语言
C++
递交时间
2024-05-11 23:36:14
评测时间
2024-05-11 23:36:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes