/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
                     ^
/in/foo.cc:12:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",s1+1);scanf("%s",s2+1);
                  ^
/in/foo.cc:12:35: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",s1+1);scanf("%s",s2+1);
                                   ^
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 508.0 KiB
#4 Accepted 4ms 4.875 MiB
#5 Runtime Error 23ms 7.75 MiB
#6 Runtime Error 42ms 7.75 MiB
#7 Runtime Error 48ms 7.695 MiB
#8 Runtime Error 2ms 6.625 MiB
#9 Runtime Error 47ms 7.844 MiB
#10 Runtime Error 44ms 7.84 MiB

信息

递交者
类型
递交
题目
P1822 管道取珠
语言
C++
递交时间
2017-03-21 23:12:32
评测时间
2017-03-21 23:12:32
评测机
分数
40
总耗时
223ms
峰值内存
7.844 MiB