/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:20:9: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   20 | scanf("%d%d", &n, &k);
      |        ~^     ~~
      |         |     |
      |         int*  long long int*
      |        %lld
foo.cc:20:11: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
   20 | scanf("%d%d", &n, &k);
      |          ~^       ~~
      |           |       |
      |           int*    long long int*
      |          %lld
foo.cc:23:9: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   23 | scanf("%d", &m[i][j]);
      |        ~^   ~~~~~~~~
      |         |   |
      |         |   long long int*
      |         int*
      |        %lld
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 460.0 KiB
#2 Accepted 4ms 456.0 KiB
#3 Accepted 8ms 2.426 MiB
#4 Accepted 143ms 17.984 MiB
#5 Accepted 144ms 21.395 MiB
#6 Accepted 205ms 26.875 MiB
#7 Accepted 56ms 11.68 MiB
#8 Accepted 56ms 11.562 MiB
#9 Accepted 52ms 10.391 MiB
#10 Accepted 186ms 25.02 MiB

信息

递交者
类型
递交
题目
P1610 扑克の阵
语言
C++
递交时间
2023-08-09 18:02:44
评测时间
2023-08-09 18:02:44
评测机
分数
100
总耗时
862ms
峰值内存
26.875 MiB