记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:4:16: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
    4 |         int n; scanf("%d", &n);
      |                ^~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
  +++ |+#include <stdio.h>
    1 | int main()
foo.c:4:16: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch]
    4 |         int n; scanf("%d", &n);
      |                ^~~~~
foo.c:4:16: note: include '<stdio.h>' or provide a declaration of 'scanf'
foo.c:5:9: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    5 |         printf("\n");
      |         ^~~~~~
foo.c:5:9: note: include '<stdio.h>' or provide a declaration of 'printf'
foo.c:5:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
foo.c:5:9: note: include '<stdio.h>' or provide a declaration of 'printf'
foo.c:17:26: warning: statement with no effect [-Wunused-value]
   17 |                         c==a[i];
      |                         ~^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read , expect 10. 3ms 328.0 KiB
#2 Wrong Answer Read , expect 8. 3ms 328.0 KiB

信息

递交者
类型
递交
题目
1-4 最大值的个数
比赛
2023暑期青少年社团(训练赛)
语言
C
递交时间
2023-08-16 14:24:11
评测时间
2023-08-16 14:24:11
评测机
分数
0
总耗时
7ms
峰值内存
328.0 KiB