/ MYOJ /

记录详情

Wrong Answer

foo.cc: In function 'void Init()':
foo.cc:17:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &n, &m);
     ~~~~~^~~~~~~~~~~~~~~~
foo.cc:20:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d", &x[i], &y[i], &w[i]);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:23:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &f);
     ~~~~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 10000000, expect 835. 4ms 1.383 MiB
#2 Wrong Answer Read 10000510, expect 819. 4ms 1.398 MiB
#3 Wrong Answer Read 10000000, expect 10. 2ms 1.375 MiB
#4 Accepted 12ms 1.387 MiB
#5 Wrong Answer Read 10000000, expect 4000. 2ms 1.387 MiB
#6 Accepted 12ms 1.387 MiB
#7 Accepted 41ms 1.41 MiB
#8 Accepted 41ms 1.402 MiB
#9 Accepted 41ms 1.414 MiB
#10 Accepted 42ms 1.414 MiB

信息

递交者
类型
递交
题目
P1033 藩镇地铁
语言
C++
递交时间
2021-10-02 15:52:22
评测时间
2021-11-23 17:49:11
评测机
分数
60
总耗时
206ms
峰值内存
1.414 MiB