记录详情

Accepted

foo.c: In function 'main':
foo.c:7:18: warning: format '%ld' expects argument of type 'long int *', but argument 2 has type 'int *' [-Wformat=]
    7 |         scanf("%ld", &n);
      |                ~~^   ~~
      |                  |   |
      |                  |   int *
      |                  long int *
      |                %d
foo.c:13:20: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
   13 |         printf( "%ld", x);
      |                  ~~^   ~
      |                    |   |
      |                    |   int
      |                    long int
      |                  %d
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB

信息

递交者
类型
自测
题目
P1081 xf1-4进制转换2
语言
C
递交时间
2022-08-27 18:36:40
评测时间
2022-08-27 18:36:40
评测机
分数
10
总耗时
1ms
峰值内存
256.0 KiB