记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=0;i<a2;i++)
     ^~~
/in/foo.cc:17:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  sort(n1,n1+a1);
  ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 720.0 KiB
#2 Wrong Answer 2ms 732.0 KiB
#3 Wrong Answer 2ms 736.0 KiB
#4 Wrong Answer 2ms 732.0 KiB
#5 Accepted 2ms 720.0 KiB

信息

递交者
类型
递交
题目
A10-2 有序子序列的合并
比赛
2021苏青奥赛集训营(春季结业赛)
语言
C++
递交时间
2021-06-06 14:59:43
评测时间
2021-06-06 14:59:43
评测机
分数
20
总耗时
10ms
峰值内存
736.0 KiB