/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:90:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &cost);
         ~~~~~^~~~~~~~~~~~~
foo.cc:98:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d", &u, &v, &cost);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 3ms 1.875 MiB
#2 Accepted 4ms 1.828 MiB
#3 Accepted 4ms 1.977 MiB
#4 Accepted 4ms 2.012 MiB
#5 Accepted 4ms 2.0 MiB
#6 Accepted 5ms 2.0 MiB
#7 Accepted 4ms 1.875 MiB
#8 Accepted 5ms 2.0 MiB
#9 Accepted 284ms 5.629 MiB
#10 Accepted 315ms 5.652 MiB

信息

递交者
类型
递交
题目
P1352 最大获利
语言
C++
递交时间
2021-01-21 16:27:14
评测时间
2021-01-21 16:27:14
评测机
分数
100
总耗时
637ms
峰值内存
5.652 MiB