记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:13:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int j=0;j<n;j++)
  ^~~
foo.cc:15:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   return 0; 
   ^~~~~~
foo.cc: In function 'int toward(int*, int, int)':
foo.cc:19:6: warning: unused variable 'c' [-Wunused-variable]
  int c;
      ^
foo.cc:29:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read -34, expect 308. 1ms 412.0 KiB
#2 Wrong Answer Read 72, expect 41. 2ms 408.0 KiB
#3 Wrong Answer Read -694, expect -445. 2ms 448.0 KiB
#4 Wrong Answer Read 588, expect 875. 5ms 480.0 KiB
#5 Runtime Error Segmentation fault 5ms 524.0 KiB

信息

递交者
类型
递交
题目
2-4 点名上前
语言
C++
递交时间
2021-04-19 14:26:31
评测时间
2021-04-19 14:26:31
评测机
分数
0
总耗时
17ms
峰值内存
524.0 KiB