/ MYOJ /

记录详情

Accepted

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 Accepted 3ms 1.367 MiB
#2 Accepted 3ms 1.25 MiB
#3 Accepted 2ms 1.25 MiB
#4 Accepted 10ms 1.41 MiB
#5 Accepted 2ms 1.375 MiB
#6 Accepted 11ms 1.383 MiB
#7 Accepted 30ms 1.398 MiB
#8 Accepted 30ms 1.395 MiB
#9 Accepted 33ms 1.391 MiB
#10 Accepted 35ms 1.402 MiB

信息

递交者
类型
递交
题目
P1033 藩镇地铁
语言
C++
递交时间
2021-10-02 16:10:42
评测时间
2021-10-02 16:50:31
评测机
分数
100
总耗时
164ms
峰值内存
1.41 MiB