记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:8:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
    8 |         scanf("%d %d",&x1,&x2);
      |                ~^     ~~~
      |                 |     |
      |                 int * long long int *
      |                %lld
foo.c:8:20: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
    8 |         scanf("%d %d",&x1,&x2);
      |                   ~^      ~~~
      |                    |      |
      |                    int *  long long int *
      |                   %lld
foo.c:12:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   12 |         printf("%d\n%d\n%d\n",sum,pro,rem);
      |                 ~^            ~~~
      |                  |            |
      |                  int          long long int
      |                 %lld
foo.c:12:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
   12 |         printf("%d\n%d\n%d\n",sum,pro,rem);
      |                     ~^            ~~~
      |                      |            |
      |                      int          long long int
      |                     %lld
foo.c:12:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=]
   12 |         printf("%d\n%d\n%d\n",sum,pro,rem);
      |                         ~^            ~~~
      |                          |            |
      |                          int          long long int
      |                         %lld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 200.0 KiB
#2 Wrong Answer Read 5, expect 0. 1ms 284.0 KiB
#3 Accepted 1ms 388.0 KiB
#4 Wrong Answer Read 1411565458, expect 10001500050. 1ms 284.0 KiB
#5 Wrong Answer Read 1078783472, expect 400510742000. 1ms 388.0 KiB

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
语言
C
递交时间
2023-12-21 16:52:38
评测时间
2023-12-21 16:52:38
评测机
分数
40
总耗时
8ms
峰值内存
388.0 KiB