/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void BFS()':
/in/foo.cc:16:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int k=0;k<g[i].size();k++){
               ~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:37:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int k=0;k<g[i].size();k++){
               ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 1.391 MiB
#2 Accepted 3ms 1.809 MiB
#3 Accepted 4ms 1.34 MiB
#4 Accepted 4ms 1.348 MiB
#5 Accepted 8ms 1.398 MiB
#6 Accepted 11ms 1.391 MiB
#7 Accepted 10ms 1.461 MiB
#8 Accepted 11ms 1.496 MiB
#9 Accepted 15ms 1.543 MiB
#10 Accepted 17ms 1.629 MiB
#11 Accepted 31ms 1.926 MiB
#12 Accepted 53ms 2.316 MiB
#13 Accepted 55ms 2.375 MiB
#14 Accepted 74ms 2.691 MiB
#15 Accepted 117ms 3.293 MiB

信息

递交者
类型
递交
题目
P2871 DAG图上的最长路径
语言
C++
递交时间
2024-05-28 11:45:29
评测时间
2024-05-28 11:45:29
评测机
分数
100
总耗时
424ms
峰值内存
3.293 MiB