Accepted

foo.cc: In function 'int main()':
foo.cc:42:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         while (i < sh.size()) {
                ~~^~~~~~~~~~~
foo.cc:53:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             while (i < sh.size() && t >= sh[i].first) { //在可选范围中选取右端点最大的
                    ~~^~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 7ms 428.0 KiB
#4 Accepted 76ms 780.0 KiB
#5 Accepted 51ms 804.0 KiB
#6 Accepted 76ms 804.0 KiB

信息

递交者
类型
递交
题目
「一本通 1.1 例 3」喷水装置
语言
C++
递交时间
2021-03-26 14:44:05
评测时间
2021-03-26 14:44:05
评测机
分数
96
总耗时
217ms
峰值内存
804.0 KiB