记录详情

Runtime Error

foo.c:1:6: warning: return type of 'main' is not 'int' [-Wmain]
    1 | void main()
      |      ^~~~
foo.c: In function 'main':
foo.c:3:16: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
    3 |         int n; scanf("%d\n", &n);
      |                ^~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
  +++ |+#include <stdio.h>
    1 | void main()
foo.c:3:16: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch]
    3 |         int n; scanf("%d\n", &n);
      |                ^~~~~
foo.c:3:16: note: include '<stdio.h>' or provide a declaration of 'scanf'
foo.c:7:15: warning: comparison of constant '100000' with boolean expression is always true [-Wbool-compare]
    7 |         if(0<n<100000){if(0<x<=1000){
      |               ^
foo.c:7:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    7 |         if(0<n<100000){if(0<x<=1000){
      |            ~^~
foo.c:7:30: warning: comparison of constant '1000' with boolean expression is always true [-Wbool-compare]
    7 |         if(0<n<100000){if(0<x<=1000){
      |                              ^~
foo.c:7:28: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    7 |         if(0<n<100000){if(0<x<=1000){
      |                           ~^~
foo.c:16:17: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   16 |         }       printf("%d\n",y);
      |                 ^~~~~~
foo.c:16:17: note: include '<stdio.h>' or provide a declaration of 'printf'
foo.c:16:17: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
foo.c:16:17: note: include '<stdio.h>' or provide a declaration of 'printf'
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Quit 3ms 284.0 KiB
#2 Runtime Error Interrupt 3ms 284.0 KiB

信息

递交者
类型
递交
题目
1-4 最大值的个数
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 18:41:20
评测时间
2023-08-15 18:41:20
评测机
分数
0
总耗时
6ms
峰值内存
284.0 KiB