/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:30:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d", &m, &V, &n);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:35:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d", &w[i], &v[i]);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 5ms 4.332 MiB
#2 Accepted 5ms 4.387 MiB
#3 Accepted 5ms 4.422 MiB
#4 Accepted 26ms 4.414 MiB
#5 Accepted 9ms 4.445 MiB
#6 Accepted 75ms 4.438 MiB
#7 Accepted 103ms 4.449 MiB

信息

递交者
类型
递交
题目
P1412 多人背包
语言
C++
递交时间
2021-04-02 16:39:46
评测时间
2021-04-02 16:39:46
评测机
分数
100
总耗时
231ms
峰值内存
4.449 MiB