记录详情

Wrong Answer

foo.cc: In member function 'void SeqList::Sort_Output()':
foo.cc:25:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   25 |                 for (int i = 0; i < n; i++)
      |                 ^~~
foo.cc:27:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   27 |                         cout << endl;
      |                         ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 7ms 708.0 KiB
#2 Wrong Answer User output longer than standard answer. 7ms 792.0 KiB
#3 Wrong Answer User output longer than standard answer. 6ms 788.0 KiB
#4 Wrong Answer User output longer than standard answer. 6ms 792.0 KiB
#5 Wrong Answer User output longer than standard answer. 6ms 792.0 KiB

信息

递交者
类型
递交
题目
P1014 OO3-1 无序顺序表类的基本运算
语言
C++
递交时间
2023-09-07 23:09:35
评测时间
2023-09-07 23:09:35
评测机
分数
20
总耗时
35ms
峰值内存
792.0 KiB