记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:12:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(j=0;j<=n;j++)
     ^~~
foo.cc:15:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  return 0;
  ^~~~~~
foo.cc:5:9: warning: unused variable 'm' [-Wunused-variable]
     int m,n,k,j,s[100000]={0};
         ^
foo.cc:5:13: warning: unused variable 'k' [-Wunused-variable]
     int m,n,k,j,s[100000]={0};
             ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer 1a2 > 1 2ms 768.0 KiB
#2 Wrong Answer 0a1 > 4 2ms 724.0 KiB
#3 Wrong Answer 0a1 > 5 2ms 768.0 KiB
#4 Wrong Answer 0a1 > 9 2ms 768.0 KiB
#5 Wrong Answer 0a1 > 9 2ms 768.0 KiB

信息

递交者
类型
递交
比赛
2020苏青奥赛集训营(2021-3-21课后作业)
语言
C++
递交时间
2021-03-21 15:06:24
评测时间
2021-03-21 15:06:24
评测机
分数
0
总耗时
12ms
峰值内存
768.0 KiB