/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 scanf("%d%d", &n, &k);
                     ^
/in/foo.cc:20:21: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:23:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 scanf("%d", &m[i][j]);
                     ^
# 状态 耗时 内存占用
#1 Accepted 1ms 344.0 KiB
#2 Accepted 1ms 352.0 KiB
#3 Accepted 3ms 2.254 MiB
#4 Accepted 45ms 17.863 MiB
#5 Accepted 61ms 21.242 MiB
#6 Accepted 92ms 26.824 MiB
#7 Accepted 25ms 11.609 MiB
#8 Accepted 25ms 11.473 MiB
#9 Accepted 22ms 10.348 MiB
#10 Accepted 79ms 24.816 MiB

信息

递交者
类型
递交
题目
P1610 扑克の阵
语言
C++
递交时间
2021-05-04 11:20:13
评测时间
2021-05-04 11:20:13
评测机
分数
100
总耗时
358ms
峰值内存
26.824 MiB