记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (i=1;i<nn;i++)
     ^~~
/in/foo.cc:34:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
       for (i=1;i<nn;i++)
       ^~~
/in/foo.cc:5:21: warning: unused variable 'p' [-Wunused-variable]
     int i,j,k,x,y,t,p;
                     ^
# 状态 耗时 内存占用
#1 Accepted 1ms 328.0 KiB
#2 Accepted 1ms 328.0 KiB
#3 Accepted 1ms 336.0 KiB
#4 Accepted 4ms 4.07 MiB
#5 Accepted 5ms 4.148 MiB
#6 Accepted 5ms 4.258 MiB
#7 Accepted 5ms 4.152 MiB
#8 Accepted 7ms 4.285 MiB
#9 Accepted 6ms 4.273 MiB
#10 Accepted 6ms 4.285 MiB

信息

递交者
类型
递交
题目
题3 死亡之树
题目数据
下载
语言
C++
递交时间
2019-10-25 20:36:43
评测时间
2019-10-25 20:36:43
评测机
分数
100
总耗时
45ms
峰值内存
4.285 MiB