Wrong Answer

foo.cc: In function 'int main()':
foo.cc:20:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if(a[i]==a[j]);
 ^~
foo.cc:21:1: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
 {
 ^
foo.cc:6:7: warning: unused variable 'j' [-Wunused-variable]
 int i,j,k,len,t,a[10];
       ^
foo.cc:6:9: warning: unused variable 'k' [-Wunused-variable]
 int i,j,k,len,t,a[10];
         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 9876543210. 1ms 384.0 KiB
#2 Wrong Answer Read 0, expect 98210. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1105 学号问题3
语言
C++
递交时间
2021-07-29 19:57:03
评测时间
2021-07-29 19:57:03
评测机
分数
0
总耗时
3ms
峰值内存
384.0 KiB