/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
                ^
/in/foo.cc:33:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&h[i],&v[i]);
                            ^
# 状态 耗时 内存占用
#1 Accepted 3ms 6.25 MiB
#2 Accepted 3ms 6.207 MiB
#3 Wrong Answer 2ms 6.25 MiB

信息

递交者
类型
自测
题目
P1803 冬瓜和信号站
语言
C++
递交时间
2017-03-26 10:07:18
评测时间
2017-03-26 10:07:18
评测机
分数
20
总耗时
9ms
峰值内存
6.25 MiB