/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
                ^
/in/foo.cc:35:38: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d",&data[i].h,&data[i].v);
                                      ^
# 状态 耗时 内存占用
#1 Accepted 2ms 4.125 MiB
#2 Accepted 1ms 2.246 MiB
#3 Accepted 1ms 4.199 MiB
#4 Accepted 2ms 4.133 MiB
#5 Wrong Answer 2ms 4.242 MiB
#6 Wrong Answer 1ms 4.234 MiB
#7 Wrong Answer 9ms 4.461 MiB
#8 Wrong Answer 16ms 4.59 MiB
#9 Accepted 12ms 4.609 MiB
#10 Accepted 14ms 4.625 MiB

信息

递交者
类型
递交
题目
P1803 冬瓜和信号站
语言
C++
递交时间
2017-03-29 12:24:45
评测时间
2017-03-29 12:24:45
评测机
分数
60
总耗时
65ms
峰值内存
4.625 MiB