/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:74: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
     for(int i = 1; i <= m; i++) scanf("%d%d%d", &r[i].a, &r[i].b, &r[i].c);
                                                                          ^
/in/foo.cc:24:74: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:24:74: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 348.0 KiB
#2 Accepted 2ms 2.207 MiB
#3 Accepted 2ms 344.0 KiB
#4 Accepted 3ms 468.0 KiB
#5 Accepted 2ms 476.0 KiB
#6 Accepted 8ms 700.0 KiB
#7 Accepted 35ms 1.602 MiB
#8 Accepted 35ms 1.598 MiB
#9 Accepted 69ms 2.742 MiB
#10 Accepted 69ms 2.742 MiB

信息

递交者
类型
递交
题目
P1776 关押罪犯
语言
C++
递交时间
2020-02-18 16:49:11
评测时间
2020-02-18 16:49:11
评测机
分数
100
总耗时
231ms
峰值内存
2.742 MiB