/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int f(std::vector<std::vector<int> >&, std::vector<std::vector<char> >, int, int, int)':
foo.cc:10:6: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   10 |  if(i==vv.size()||j==vv[0].size()) return 0;
      |     ~^~~~~~~~~~~
foo.cc:10:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   10 |  if(i==vv.size()||j==vv[0].size()) return 0;
      |                   ~^~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:26:6: warning: variable 'c1' set but not used [-Wunused-but-set-variable]
   26 |  int c1=0;
      |      ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 405ms 20.117 MiB
#2 Accepted 3ms 640.0 KiB
#3 Accepted 77ms 10.242 MiB
#4 Time Exceeded ≥1108ms ≥116.215 MiB
#5 Accepted 7ms 768.0 KiB

信息

递交者
类型
递交
题目
P1107 环游大同80天
语言
C++
递交时间
2021-12-24 19:46:28
评测时间
2021-12-24 19:46:28
评测机
分数
80
总耗时
≥1602ms
峰值内存
≥116.215 MiB