/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scan(t);
         ^
/in/foo.cc:32:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scan(n);
          ^
/in/foo.cc:33:51: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   for(int i = 1;i<=n;++i)scanf("%d%d",&a[i],&b[i]);
                                                   ^
# 状态 耗时 内存占用
#1 Accepted 11ms 16.0 MiB
#2 Accepted 15ms 16.0 MiB
#3 Accepted 18ms 16.125 MiB
#4 Accepted 17ms 15.914 MiB
#5 Accepted 22ms 16.109 MiB
#6 Accepted 12ms 16.113 MiB
#7 Accepted 19ms 16.117 MiB
#8 Accepted 10ms 16.0 MiB
#9 Accepted 21ms 16.0 MiB
#10 Accepted 24ms 16.125 MiB

信息

递交者
类型
递交
题目
P1546 学校食堂
语言
C++
递交时间
2017-03-26 19:14:12
评测时间
2017-03-26 19:14:12
评测机
分数
40
总耗时
175ms
峰值内存
16.125 MiB