/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:36:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   36 |         for (int i = 0; i < G[u].size(); i++)
      |                         ~~^~~~~~~~~~~~~
foo.cc:18:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   18 |     scanf("%d%d",&n,&m);
      |     ~~~~~^~~~~~~~~~~~~~
foo.cc:22:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   22 |         scanf("%d%d", &u, &v);
      |         ~~~~~^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 2.625 MiB
#2 Accepted 4ms 2.625 MiB
#3 Accepted 5ms 2.625 MiB
#4 Accepted 7ms 2.625 MiB
#5 Accepted 6ms 2.75 MiB
#6 Accepted 6ms 2.75 MiB
#7 Accepted 4ms 2.75 MiB
#8 Accepted 67ms 4.492 MiB
#9 Accepted 63ms 5.012 MiB
#10 Accepted 98ms 4.727 MiB

信息

递交者
类型
递交
题目
P1790 拓扑编号
语言
C++
递交时间
2022-02-07 20:22:15
评测时间
2022-02-07 20:22:15
评测机
分数
100
总耗时
269ms
峰值内存
5.012 MiB