/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void BFS(int, int)':
/in/foo.cc:19:27: error: expected ';' before '[' token
        if(a[x][y]!=0) && a[x][y]!=2)
                           ^
/in/foo.cc:19:23: warning: statement has no effect [-Wunused-value]
        if(a[x][y]!=0) && a[x][y]!=2)
                       ^~~~
/in/foo.cc:52:1: error: expected '}' at end of input
 }
 ^
/in/foo.cc:52:1: error: expected '}' at end of input
/in/foo.cc:52:1: error: expected '}' at end of input
/in/foo.cc:19:26: error: label 'a' used but not defined
        if(a[x][y]!=0) && a[x][y]!=2)
                          ^

信息

递交者
类型
递交
题目
P1907 青铜莲花池[1]
语言
C++
递交时间
2024-05-08 10:35:37
评测时间
2024-05-08 10:35:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes