/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void search(long long int, long long int, long long int)':
/in/foo.cc:38:23: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   38 |         for(int j=0; j<G[now].size(); ++j)search(G[now][j], now, barget);
      |                      ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 3.5 MiB
#2 Accepted 4ms 3.59 MiB
#3 Accepted 5ms 3.664 MiB
#4 Accepted 19ms 4.984 MiB
#5 Accepted 33ms 5.883 MiB
#6 Accepted 4ms 3.383 MiB
#7 Accepted 5ms 3.707 MiB
#8 Accepted 13ms 4.871 MiB
#9 Accepted 36ms 7.211 MiB
#10 Accepted 35ms 7.109 MiB

信息

递交者
类型
递交
题目
P1754 最优贸易
语言
C++
递交时间
2025-10-12 09:40:13
评测时间
2025-10-12 09:40:13
评测机
分数
100
总耗时
163ms
峰值内存
7.211 MiB