记录详情

Compile Error

foo.c:3:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'n'
    3 | n = 100010
      | ^
foo.c: In function 'main':
foo.c:17:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
   17 | scanf("%11d",&n);
      |        ~~~^  ~~
      |           |  |
      |           |  long int *
      |           int *
      |        %11ld
foo.c:18:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
   18 | printf("%11d\n",n)
      |         ~~~^    ~
      |            |    |
      |            int  long int
      |         %11ld
foo.c:18:19: error: expected ';' before 'return'
   18 | printf("%11d\n",n)
      |                   ^
      |                   ;
   19 | return 0;
      | ~~~~~~             
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1081 xf1-4进制转换2
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 12:28:29
评测时间
2022-08-27 12:28:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes