/ rignts /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(auto item:a)
     ^~~
/in/foo.cc:26:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
        cout<<j<<endl;
        ^~~~
# 状态 耗时 内存占用
#1 Accepted 65ms 3.473 MiB
#2 Accepted 75ms 3.969 MiB
#3 Accepted 80ms 4.219 MiB
#4 Accepted 148ms 6.777 MiB
#5 Accepted 11ms 976.0 KiB
#6 Accepted 151ms 6.938 MiB
#7 Accepted 49ms 2.891 MiB
#8 Accepted 109ms 5.445 MiB
#9 Accepted 5ms 556.0 KiB
#10 Wrong Answer 69ms 312.0 KiB

信息

递交者
类型
递交
题目
P1004 元素合并
语言
C++
递交时间
2019-07-09 16:38:58
评测时间
2019-07-13 15:23:27
评测机
分数
90
总耗时
767ms
峰值内存
6.938 MiB