/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void find(int, double)':
/in/foo.cc:17:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     else r4=r3;tot++;
     ^~~~
/in/foo.cc:17:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
     else r4=r3;tot++;
                ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:44:6: error: 'memset' was not declared in this scope
      memset(x,0,sizeof(x));
      ^~~~~~
/in/foo.cc:44:6: note: suggested alternative: 'wmemset'
      memset(x,0,sizeof(x));
      ^~~~~~
      wmemset

信息

递交者
类型
递交
题目
P1119 Car的旅行路线
语言
C++
递交时间
2018-11-06 20:58:57
评测时间
2018-11-06 20:58:57
评测机
分数
0
总耗时
301ms
峰值内存
37.312 MiB