Wrong Answer

foo.cc: In function ‘int main()’:
foo.cc:12:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   12 |                 if(a[i]==x)
      |                 ^~
foo.cc:14:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   14 |                         break;
      |                         ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 3ms 536.0 KiB
#2 Wrong Answer Standard answer longer than user output. 2ms 324.0 KiB
#3 Wrong Answer Standard answer longer than user output. 3ms 320.0 KiB
#4 Wrong Answer Standard answer longer than user output. 2ms 536.0 KiB
#5 Wrong Answer Standard answer longer than user output. 2ms 324.0 KiB

信息

递交者
类型
递交
题目
P1047 A7-4 数组的查找函数
语言
C++
递交时间
2024-03-31 13:19:42
评测时间
2024-03-31 13:19:42
评测机
分数
0
总耗时
14ms
峰值内存
536.0 KiB