/ 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 532.0 KiB
#3 Accepted 2ms 416.0 KiB
#4 Accepted 4ms 2.164 MiB
#5 Accepted 5ms 2.75 MiB
#6 Accepted 7ms 4.066 MiB
#7 Accepted 3ms 1.5 MiB
#8 Accepted 5ms 2.41 MiB
#9 Accepted 7ms 4.145 MiB
#10 Accepted 9ms 4.156 MiB

信息

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