/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:16: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:16:21: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:19: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 3ms 6.301 MiB
#2 Accepted 2ms 6.301 MiB
#3 Accepted 6ms 12.797 MiB
#4 Accepted 42ms 26.301 MiB
#5 Accepted 57ms 30.176 MiB
#6 Accepted 87ms 30.426 MiB
#7 Accepted 24ms 20.57 MiB
#8 Accepted 24ms 21.949 MiB
#9 Accepted 30ms 21.926 MiB
#10 Accepted 76ms 30.172 MiB

信息

递交者
类型
递交
题目
P1610 扑克の阵
语言
C++
递交时间
2019-10-22 21:49:25
评测时间
2019-10-22 21:49:25
评测机
分数
100
总耗时
354ms
峰值内存
30.426 MiB