记录详情

Accepted

/in/foo.cc: In function 'void Work()':
/in/foo.cc:23:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(!Q1.empty())Q1.pop();while(!Q2.empty())Q2.pop();
     ^~~~~
/in/foo.cc:23:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(!Q1.empty())Q1.pop();while(!Q2.empty())Q2.pop();
                                ^~~~~
# 状态 耗时 内存占用
#1 Accepted 13ms 7.988 MiB
#2 Accepted 9ms 7.828 MiB
#3 Accepted 12ms 7.973 MiB
#4 Accepted 30ms 8.848 MiB
#5 Accepted 27ms 8.871 MiB
#6 Accepted 37ms 8.871 MiB
#7 Accepted 29ms 8.941 MiB
#8 Accepted 44ms 9.863 MiB
#9 Accepted 151ms 15.715 MiB
#10 Accepted 149ms 17.301 MiB

信息

递交者
类型
递交
题目
1. 超市
题目数据
下载
语言
C++
递交时间
2018-07-27 00:22:15
评测时间
2018-07-27 00:22:15
评测机
分数
100
总耗时
506ms
峰值内存
17.301 MiB