/ Vijos /

记录详情

Runtime Error

foo.cc: In function ‘bool check()’:
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())
      |                            ~^~~~~~~~~~~~~~~~
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())
      |                            ~^~~~~~~~~~~~~~~~
foo.cc: In function ‘void dfs(int, int)’:
foo.cc:115:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  115 |         if(n-x<slist[y]-havelist[y]-2)
      |         ^~
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 Runtime Error Segmentation fault 2ms 512.0 KiB
#2 Accepted 2ms 512.0 KiB
#3 Wrong Answer L=1 # 2ms 512.0 KiB
#4 Time Exceeded ≥5000ms ≥512.0 KiB
#5 Time Exceeded ≥5066ms ≥512.0 KiB
#6 Time Exceeded ≥5066ms ≥512.0 KiB
#7 Time Exceeded ≥5001ms ≥548.0 KiB
#8 Time Exceeded ≥5067ms ≥512.0 KiB
#9 Time Exceeded ≥5067ms ≥512.0 KiB
#10 Time Exceeded ≥5000ms ≥536.0 KiB

信息

递交者
类型
递交
题目
P1247 Cross Logic
语言
C++
递交时间
2026-02-14 09:45:03
评测时间
2026-02-14 09:45:03
评测机
分数
10
总耗时
35279ms
峰值内存
548.0 KiB