/ Vijos /

记录详情

Accepted

foo.cc: In function 'int get(int, int)':
foo.cc:38:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   38 |     for (int i = 0; i < graph_r[node].size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int work()':
foo.cc:85:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   85 |         for (int i = 0; i < graph[elem].size(); i++) {
      |                         ~~^~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 11ms 4.945 MiB
#2 Accepted 17ms 5.027 MiB
#3 Accepted 24ms 5.223 MiB
#4 Accepted 26ms 5.277 MiB
#5 Accepted 26ms 5.309 MiB
#6 Accepted 24ms 5.297 MiB
#7 Accepted 446ms 16.301 MiB
#8 Accepted 919ms 34.152 MiB
#9 Accepted 864ms 33.895 MiB
#10 Accepted 966ms 39.727 MiB

信息

递交者
类型
递交
题目
P2030 逛公园
语言
C++
递交时间
2023-07-16 12:57:15
评测时间
2023-07-16 12:57:15
评测机
分数
100
总耗时
3329ms
峰值内存
39.727 MiB