Wrong Answer

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

信息

递交者
类型
递交
题目
P1054 A10-3 数组的去重
比赛
2021.5.20培优 数组小练
语言
C++
递交时间
2021-05-26 17:00:05
评测时间
2021-05-26 17:00:06
评测机
分数
0
总耗时
9ms
峰值内存
220.0 KiB