/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:40:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d",&n,&r,&q);  
                             ^
/in/foo.cc:42:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&ans[i].s);  
                              ^
/in/foo.cc:46:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&ans[i].w);  
                              ^
# 状态 耗时 内存占用
#1 Accepted 2ms 4.137 MiB
#2 Accepted 2ms 4.25 MiB
#3 Accepted 2ms 4.238 MiB
#4 Accepted 13ms 4.25 MiB
#5 Accepted 16ms 4.445 MiB
#6 Accepted 50ms 4.867 MiB
#7 Accepted 82ms 5.25 MiB
#8 Accepted 113ms 6.125 MiB
#9 Accepted 130ms 6.125 MiB
#10 Accepted 173ms 6.211 MiB

信息

递交者
类型
递交
题目
P1771 瑞士轮
语言
C++
递交时间
2017-03-25 14:44:56
评测时间
2017-03-25 14:44:56
评测机
分数
100
总耗时
589ms
峰值内存
6.211 MiB