/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:34:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
                ^
/in/foo.cc:36: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 4ms 8.145 MiB
#2 Accepted 4ms 8.25 MiB
#3 Wrong Answer 4ms 8.125 MiB

信息

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