/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/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
/in/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
/in/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
# 状态 耗时 内存占用
#1 Accepted 2ms 532.0 KiB
#2 Accepted 2ms 528.0 KiB
#3 Accepted 4ms 2.559 MiB
#4 Accepted 50ms 18.129 MiB
#5 Accepted 69ms 21.508 MiB
#6 Accepted 103ms 27.105 MiB
#7 Accepted 28ms 11.91 MiB
#8 Accepted 28ms 11.746 MiB
#9 Accepted 24ms 10.613 MiB
#10 Accepted 88ms 25.004 MiB

信息

递交者
类型
递交
题目
P1610 扑克の阵
语言
C++
递交时间
2025-10-09 20:20:30
评测时间
2025-10-09 20:20:30
评测机
分数
100
总耗时
402ms
峰值内存
27.105 MiB