/ 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 4ms 8.309 MiB
#2 Accepted 4ms 6.297 MiB
#3 Accepted 6ms 8.797 MiB
#4 Accepted 47ms 27.988 MiB
#5 Accepted 62ms 27.512 MiB
#6 Accepted 96ms 30.441 MiB
#7 Accepted 26ms 19.723 MiB
#8 Accepted 27ms 18.797 MiB
#9 Accepted 25ms 17.559 MiB
#10 Accepted 77ms 30.922 MiB

信息

递交者
类型
递交
题目
P1610 扑克の阵
语言
C++
递交时间
2020-05-29 19:24:27
评测时间
2020-05-29 19:24:27
评测机
分数
100
总耗时
380ms
峰值内存
30.922 MiB