/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
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);
                                                                          ^
foo.cc:24:74: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
foo.cc:24:74: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]

自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-18T08:47:08.011Z","handle":"2020-02-18T08:47:08.011Z","cache_start":"2020-02-18T08:47:08.013Z","read_cases":"2020-02-18T08:47:08.375Z","judge":"2020-02-18T08:47:08.376Z","done":"2020-02-18T08:47:10.453Z"}
# 状态 耗时 内存占用
#1 Accepted 3ms 352.0 KiB
#2 Accepted 3ms 432.0 KiB
#3 Wrong Answer 2ms 360.0 KiB
#4 Accepted 4ms 552.0 KiB
#5 Accepted 3ms 480.0 KiB
#6 Accepted 7ms 744.0 KiB
#7 Accepted 24ms 1.594 MiB
#8 Accepted 25ms 1.648 MiB
#9 Accepted 49ms 2.738 MiB
#10 Accepted 50ms 2.785 MiB

信息

递交者
类型
递交
题目
P1776 关押罪犯
语言
C++
递交时间
2020-02-18 16:47:08
评测时间
2020-02-18 16:47:08
评测机
分数
90
总耗时
170ms
峰值内存
2.785 MiB