记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:27:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
    else
    ^~~~
/in/foo.cc:35:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
     cout<<*it<<" ";
     ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 228.0 KiB

信息

递交者
类型
自测
题目
P1000 test
语言
C++
递交时间
2020-09-30 16:36:22
评测时间
2020-09-30 16:36:22
评测机
分数
10
总耗时
2ms
峰值内存
228.0 KiB