/ 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 5ms 792.0 KiB
#2 Accepted 10ms 764.0 KiB
#3 Accepted 7ms 2.301 MiB
#4 Accepted 75ms 17.855 MiB
#5 Accepted 103ms 21.242 MiB
#6 Accepted 138ms 26.832 MiB
#7 Accepted 55ms 11.645 MiB
#8 Accepted 51ms 11.391 MiB
#9 Accepted 42ms 10.285 MiB
#10 Accepted 125ms 24.781 MiB

信息

递交者
类型
递交
题目
P1610 扑克の阵
语言
C++
递交时间
2019-02-26 20:55:16
评测时间
2019-02-26 20:55:16
评测机
分数
100
总耗时
616ms
峰值内存
26.832 MiB