记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:9:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before '.' token
  int i.j;
       ^
/in/foo.c:9:7: error: expected expression before '.' token
/in/foo.c:10:6: error: 'i' undeclared (first use in this function)
  for(i=0; i<10000; i++)
      ^
/in/foo.c:10:6: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:12:7: error: 'j' undeclared (first use in this function)
   for(j=0; j<3; j++)
       ^
/in/foo.c:8:6: warning: variable 'a' set but not used [-Wunused-but-set-variable]
  int a[10000][3];
      ^

信息

递交者
类型
递交
题目
5 城市中的最短路径
比赛
小兰赛 2018/12/2
语言
C
递交时间
2018-12-02 11:31:53
评测时间
2018-12-02 11:31:53
评测机
分数
0
总耗时
12ms
峰值内存
2.918 MiB