/ OPS /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
                   ^
/in/foo.cc:24:42: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d",&x[i],&y[i],&s[i]);
                                          ^
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 208.0 KiB
#3 Accepted 1ms 208.0 KiB
#4 Accepted 1ms 208.0 KiB
#5 Accepted 1ms 208.0 KiB
#6 Accepted 22ms 808.0 KiB
#7 Accepted 37ms 1.234 MiB
#8 Accepted 48ms 1.359 MiB
#9 Wrong Answer 45ms 1.359 MiB
#10 Accepted 48ms 1.309 MiB

信息

递交者
类型
递交
题目
P3467 包裹快递
语言
C++
递交时间
2020-08-15 14:27:03
评测时间
2020-08-15 14:27:03
评测机
分数
90
总耗时
210ms
峰值内存
1.359 MiB