/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:42:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d", &V, &M, &n);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:47:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d", &v[i], &m[i], &c[i]);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 3ms 896.0 KiB
#2 Accepted 4ms 1.25 MiB
#3 Accepted 4ms 1.625 MiB
#4 Accepted 8ms 2.297 MiB
#5 Accepted 5ms 1.75 MiB
#6 Accepted 10ms 2.477 MiB
#7 Accepted 7ms 1.984 MiB
#8 Accepted 7ms 1.629 MiB
#9 Accepted 3ms 1012.0 KiB
#10 Accepted 10ms 2.16 MiB

信息

递交者
类型
递交
题目
P1334 NASA的食物计划
语言
C++
递交时间
2021-03-15 13:39:56
评测时间
2021-03-15 13:39:56
评测机
分数
100
总耗时
66ms
峰值内存
2.477 MiB