/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'void dts::heap::pop()':
/in/foo.cc:63:33: warning: comparison of integer expressions of different signedness: 'dts::ll' {aka 'long long int'} and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   63 |             for (ll i=1,j;(i<<1)<h.size();i=j)
      |                           ~~~~~~^~~~~~~~~
/in/foo.cc:68:31: warning: comparison of integer expressions of different signedness: 'dts::ll' {aka 'long long int'} and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   68 |                 if (((i<<1)|1)<h.size())
      |                     ~~~~~~~~~~^~~~~~~~~
/in/foo.cc:73:22: warning: comparison of integer expressions of different signedness: 'dts::ll' {aka 'long long int'} and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   73 |                 if (j<h.size())
      |                     ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 540.0 KiB
#2 Accepted 1ms 488.0 KiB
#3 Accepted 1ms 344.0 KiB
#4 Accepted 1ms 484.0 KiB
#5 Accepted 1ms 364.0 KiB

信息

递交者
类型
递交
题目
P1604 任务调度问题
语言
C++
递交时间
2026-06-01 01:22:11
评测时间
2026-06-01 01:22:11
评测机
分数
100
总耗时
8ms
峰值内存
540.0 KiB