记录详情

Accepted

/in/foo.cc: In function 'void SelectSort(int*, int, int)':
/in/foo.cc:27:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (j = i + 1; j < n; j++)
   ^~~
/in/foo.cc:30:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if (i != imin)
    ^~
# 状态 耗时 内存占用
#1 Accepted 1ms 404.0 KiB
#2 Accepted 1ms 344.0 KiB
#3 Accepted 2ms 344.0 KiB
#4 Accepted 2ms 340.0 KiB
#5 Accepted 2ms 340.0 KiB

信息

递交者
类型
递交
题目
DS8-2 选择排序的第k趟
比赛
中北 数据结构日常作业
语言
C++
递交时间
2021-12-22 22:29:35
评测时间
2021-12-22 22:29:35
评测机
分数
100
总耗时
9ms
峰值内存
404.0 KiB