/ Vijos /

记录详情

Accepted

foo.cc: In function 'int print(int)':
foo.cc:21:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   21 |     printf("%d",now[nw]);
      |             ~^  ~~~~~~~
      |              |        |
      |              int      long long int
      |             %lld
foo.cc: In function 'int main()':
foo.cc:26:13: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   26 |     scanf("%d%d",&n,&m);
      |            ~^    ~~
      |             |    |
      |             int* long long int*
      |            %lld
foo.cc:26:15: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
   26 |     scanf("%d%d",&n,&m);
      |              ~^     ~~
      |               |     |
      |               int*  long long int*
      |              %lld
foo.cc:28:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   28 |         scanf("%d",&x[i]);
      |                ~^  ~~~~~
      |                 |  |
      |                 |  long long int*
      |                 int*
      |                %lld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB
#6 Accepted 3ms 384.0 KiB
#7 Accepted 2ms 384.0 KiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 2ms 384.0 KiB
#10 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1065 最小数字倍数
语言
C++
递交时间
2022-08-13 20:24:46
评测时间
2022-08-13 20:24:46
评测机
分数
100
总耗时
26ms
峰值内存
512.0 KiB