记录详情

Compile Error

foo.cc: In function ‘int main()’:
foo.cc:18:35: error: expected ‘;’ before ‘]’ token
   18 |                         a[index]=1];
      |                                   ^
      |                                   ;
foo.cc:9:23: warning: unused variable ‘index’ [-Wunused-variable]
    9 |         int cnt=0;int index;
      |                       ^~~~~

信息

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