/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void print(matrix)':
/in/foo.cc:37:57: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
     for(int i = 1; i <= p; i++) printf("%d ", xx.x[1][i]);
                                                         ^
/in/foo.cc: In function 'void print2(matrix)':
/in/foo.cc:43:37: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
             printf("%d ", xx.x[i][j]);
                                     ^
# 状态 耗时 内存占用
#1 Accepted 48ms 3.984 MiB
#2 Accepted 58ms 4.0 MiB
#3 Accepted 163ms 3.938 MiB
#4 Accepted 207ms 4.0 MiB
#5 Accepted 139ms 4.0 MiB
#6 Accepted 163ms 4.75 MiB
#7 Accepted 237ms 6.664 MiB
#8 Accepted 153ms 6.523 MiB
#9 Accepted 525ms 26.492 MiB
#10 Accepted 442ms 26.57 MiB

信息

递交者
类型
递交
题目
P2015 序列计数
语言
C++
递交时间
2017-05-07 16:06:05
评测时间
2017-05-07 16:06:05
评测机
分数
100
总耗时
2140ms
峰值内存
26.57 MiB