/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:32:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d%d",&m,&fm,&r,&c);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:33:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for(int i=1;i<=r;i++) scanf("%d%d",&b[i],&p[i]);
                           ~~~~~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 7ms 6.785 MiB
#2 Accepted 7ms 6.773 MiB
#3 Accepted 7ms 6.711 MiB
#4 Accepted 303ms 213.895 MiB
#5 Accepted 304ms 213.949 MiB
#6 Accepted 300ms 213.906 MiB
#7 Accepted 300ms 214.004 MiB
#8 Accepted 302ms 213.953 MiB
#9 Accepted 298ms 214.027 MiB
#10 Accepted 291ms 213.922 MiB

信息

递交者
类型
递交
题目
P1240 朴素的网络游戏
语言
C++
递交时间
2021-02-05 19:36:49
评测时间
2021-02-05 19:36:49
评测机
分数
100
总耗时
2122ms
峰值内存
214.027 MiB