/ Vijos /

记录详情

Compile Error

/in/foo.c:4:5: error: variably modified 'map' at file scope
 int map[E][E], a[E];
     ^~~
/in/foo.c:4:5: error: variably modified 'map' at file scope
/in/foo.c:4:16: error: variably modified 'a' at file scope
 int map[E][E], a[E];
                ^
/in/foo.c:5:17: error: initializer element is not constant
 int n, m, ans = INF;
                 ^~~
/in/foo.c: In function 'min':
/in/foo.c:11:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
/in/foo.c:29:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
/in/foo.c:36:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
/in/foo.c:44:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
/in/foo.c:51:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
/in/foo.c:53:1: error: expected '{' at end of input
 }
 ^
/in/foo.c:53:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1423 最佳路线
语言
C
递交时间
2021-01-18 00:06:22
评测时间
2021-01-18 00:06:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes