/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:34:13: error: invalid suffix ";" on integer constant
   34 |     dp[0] = 0;
      |             ^~~
/in/foo.c:34:16: error: expected ';' before 'for'
   34 |     dp[0] = 0;
      |                ^
      |                ;
......
   41 |     for (int i = 0; i < L; ++i){
      |     ~~~         
/in/foo.c:27:9: warning: variable 'dp' set but not used [-Wunused-but-set-variable]
   27 |     int dp[20000];
      |         ^~

信息

递交者
类型
自测
题目
P1002 过河
语言
C
递交时间
2025-05-22 18:34:39
评测时间
2025-05-22 18:34:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes