/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'bool check()':
/in/foo.cc:53:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   53 |                         if(l==line[i].size())
      |                            ~^~~~~~~~~~~~~~~~
/in/foo.cc:71:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   71 |                         if(l==list[j].size())
      |                            ~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:115:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  115 |         if(n-x<slist[y]-havelist[y]-2)
      |         ^~
/in/foo.cc:117:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  117 |                 a[x][y]=1;
      |                 ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 364.0 KiB
#2 Accepted 2ms 464.0 KiB
#3 Runtime Error 2ms 532.0 KiB
#4 Time Exceeded ≥5001ms ≥528.0 KiB
#5 Time Exceeded ≥5001ms ≥364.0 KiB
#6 Time Exceeded ≥5001ms ≥476.0 KiB
#7 Time Exceeded ≥5001ms ≥480.0 KiB
#8 Time Exceeded ≥5001ms ≥488.0 KiB
#9 Time Exceeded ≥5001ms ≥532.0 KiB
#10 Time Exceeded ≥5005ms ≥536.0 KiB

信息

递交者
类型
递交
题目
P1247 Cross Logic
语言
C++
递交时间
2026-02-13 21:17:22
评测时间
2026-02-13 21:17:22
评测机
分数
10
总耗时
35022ms
峰值内存
536.0 KiB