记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:15:25: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
   15 |                 scanf("%d %d",&a[i],&b[i]);
      |                        ~^     ~~~~~
      |                         |     |
      |                         int * long long int *
      |                        %lld
foo.c:15:28: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
   15 |                 scanf("%d %d",&a[i],&b[i]);
      |                           ~^        ~~~~~
      |                            |        |
      |                            int *    long long int *
      |                           %lld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 140720308486144, expect 0. 1ms 284.0 KiB

信息

递交者
类型
自测
题目
P1496 Problem 1A. A*B
语言
C
递交时间
2023-10-07 14:26:44
评测时间
2023-10-07 14:26:44
评测机
分数
0
总耗时
1ms
峰值内存
284.0 KiB