/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'std::vector<std::vector<int> > operate(std::vector<std::vector<int> >, std::__cxx11::string)':
foo.cc:32:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < s.length(); ++i) {
                     ~~^~~~~~~~~~~~
foo.cc: In function 'bool minPath(std::vector<std::vector<int> >)':
foo.cc:57:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (j = 0; j < op[i].length(); ++j) {
                     ~~^~~~~~~~~~~~~~~~
foo.cc:64:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (j == op[i].length()) {
             ~~^~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:89:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < path.length() - 1; ++i) {
                     ~~^~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 1ms 408.0 KiB
#2 Runtime Error Segmentation fault 2ms 400.0 KiB
#3 Runtime Error Segmentation fault 1ms 424.0 KiB
#4 Runtime Error Segmentation fault 2ms 384.0 KiB
#5 Runtime Error Segmentation fault 1ms 384.0 KiB
#6 Runtime Error Segmentation fault 1ms 384.0 KiB
#7 Runtime Error Segmentation fault 2ms 408.0 KiB
#8 Runtime Error Segmentation fault 1ms 384.0 KiB
#9 Runtime Error Segmentation fault 1ms 404.0 KiB
#10 Runtime Error Segmentation fault 1ms 444.0 KiB

信息

递交者
类型
递交
题目
P1016 北京2008的挂钟
语言
C++
递交时间
2021-12-02 14:13:14
评测时间
2021-12-02 14:13:14
评测机
分数
0
总耗时
19ms
峰值内存
444.0 KiB