记录详情

Wrong Answer

/in/foo.cc: In member function 'void Seqlist::Searcha()':
/in/foo.cc:57:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (a[i] < min)
   ^~
/in/foo.cc:59:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    x = i;
    ^
/in/foo.cc: In member function 'void Seqlist::Searchb()':
/in/foo.cc:69:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (a[i] < min)
   ^~
/in/foo.cc:71:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    y= i;
    ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 200.0 KiB
#2 Wrong Answer 1ms 200.0 KiB
#3 Wrong Answer 1ms 204.0 KiB
#4 Wrong Answer 1ms 200.0 KiB
#5 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
递交
题目
A9-2 数组中最小正数的下标
比赛
中北数据结构课程赛事二:顺序表类的操作
语言
C++
递交时间
2019-03-10 19:18:28
评测时间
2019-03-10 19:18:28
评测机
分数
0
总耗时
8ms
峰值内存
204.0 KiB