/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Dijkstra(int)':
/in/foo.cc:109:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  109 |         for (int z = 0; z < edge[x.dot].size(); z++)
      |                         ~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:142:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
  142 |     for (int i = 0; i < strlen(str); i++)
      |                     ~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.414 MiB
#2 Accepted 2ms 1.238 MiB
#3 Accepted 2ms 1.227 MiB
#4 Accepted 2ms 1.266 MiB
#5 Accepted 3ms 1.441 MiB
#6 Accepted 3ms 1.441 MiB
#7 Accepted 3ms 1.461 MiB
#8 Accepted 3ms 1.473 MiB
#9 Accepted 3ms 1.293 MiB
#10 Accepted 2ms 1.211 MiB

信息

递交者
类型
递交
题目
P1411 Dejected Birthday-允诺
语言
C++
递交时间
2025-02-14 15:06:06
评测时间
2025-02-14 15:06:06
评测机
分数
100
总耗时
30ms
峰值内存
1.473 MiB