记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:5:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
    5 |         scanf("%d%d",&x,&y);
      |                ~^    ~~
      |                 |    |
      |                 |    long long int *
      |                 int *
      |                %lld
foo.c:5:19: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
    5 |         scanf("%d%d",&x,&y);
      |                  ~^     ~~
      |                   |     |
      |                   int * long long int *
      |                  %lld
foo.c:6:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    6 |         printf("%d\n",x+y);
      |                 ~^    ~~~
      |                  |     |
      |                  int   long long int
      |                 %lld
foo.c:7:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    7 |         printf("%d\n",x*y);
      |                 ~^    ~~~
      |                  |     |
      |                  int   long long int
      |                 %lld
foo.c:8:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    8 |         printf("%d\n",x%y);
      |                 ~^    ~~~
      |                  |     |
      |                  int   long long int
      |                 %lld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Wrong Answer Read 1411565458, expect 10001500050. 2ms 256.0 KiB
#5 Wrong Answer Read 1078783472, expect 400510742000. 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
语言
C
递交时间
2022-10-05 23:19:28
评测时间
2022-10-05 23:19:28
评测机
分数
60
总耗时
14ms
峰值内存
256.0 KiB