/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:22: 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:13:22: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:16:24: 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 6.375 MiB
#2 Accepted 4ms 6.367 MiB
#3 Accepted 8ms 10.613 MiB
#4 Accepted 77ms 25.832 MiB
#5 Accepted 95ms 30.098 MiB
#6 Accepted 133ms 30.121 MiB
#7 Accepted 43ms 22.109 MiB
#8 Accepted 40ms 20.488 MiB
#9 Accepted 36ms 15.207 MiB
#10 Accepted 116ms 29.723 MiB

信息

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