/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d",&n,&k);
         ~~~~~^~~~~~~~~~~~~~
foo.cc:28:15: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
          scanf("%d",&q[i].m);
          ~~~~~^~~~~~~~~~~~~~
foo.cc:30:15: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
          scanf("%d",&q[i].b);
          ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 512.0 KiB
#2 Accepted 2ms 512.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 4ms 2.125 MiB
#5 Accepted 5ms 2.727 MiB
#6 Accepted 7ms 4.043 MiB
#7 Accepted 3ms 1.5 MiB
#8 Accepted 5ms 2.5 MiB
#9 Accepted 8ms 4.0 MiB
#10 Accepted 9ms 4.219 MiB

信息

递交者
类型
递交
题目
P1574 摇钱树
语言
C++
递交时间
2021-04-10 22:10:51
评测时间
2021-04-10 22:10:51
评测机
分数
100
总耗时
52ms
峰值内存
4.219 MiB