/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:21:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &n, &m);
     ~~~~~^~~~~~~~~~~~~~~~
foo.cc:42:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d%d", &x1, &y1, &x2, &y2);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 100ms 120.102 MiB
#2 Wrong Answer 读取到 8 ,应为 7 123ms 120.066 MiB
#3 Accepted 206ms 120.102 MiB
#4 Accepted 116ms 120.105 MiB
#5 Wrong Answer 读取到 4 ,应为 3 141ms 120.105 MiB
#6 Wrong Answer 读取到 38 ,应为 1 162ms 120.105 MiB
#7 Wrong Answer 读取到 186 ,应为 185 180ms 120.098 MiB
#8 Wrong Answer 读取到 51 ,应为 40 296ms 120.102 MiB
#9 Accepted 161ms 120.109 MiB
#10 Wrong Answer 读取到 189 ,应为 175 190ms 120.117 MiB

信息

递交者
类型
递交
题目
P1263 单挑女飞贼
语言
C++
递交时间
2020-12-04 23:41:24
评测时间
2020-12-04 23:41:24
评测机
分数
40
总耗时
1681ms
峰值内存
120.117 MiB