/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void read()':
/in/foo.cc:12:11: warning: unused variable 'k' [-Wunused-variable]
   int i,j,k;
           ^
/in/foo.cc: In function 'void del(int, int)':
/in/foo.cc:25:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j,k=q[t][0].x;
         ^
/in/foo.cc: In function 'void add(int, int, int)':
/in/foo.cc:32:9: warning: unused variable 'j' [-Wunused-variable]
   int i,j,k=q[t][0].x;
         ^
/in/foo.cc: In function 'void work()':
/in/foo.cc:46:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(i=1;i<=m;i++)
   ^~~
/in/foo.cc:55:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     printf("%d",fm[m]);
     ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:60:9: error: expected '}' at end of input
   work();
         ^

信息

递交者
类型
递交
题目
P1815 道路游戏
语言
C++
递交时间
2019-03-30 10:18:00
评测时间
2019-03-30 10:18:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes