/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void DP()':
/in/foo.cc:25:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   25 |         for(int i=0; i<E2[x].size(); i++) {
      |                      ~^~~~~~~~~~~~~
/in/foo.cc: In function 'void TARJAN(int)':
/in/foo.cc:45:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   45 |     for(int i=0; i<E1[x].size(); i++) {
      |                  ~^~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:78:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   78 |         for(int j=0; j<E1[i].size(); j++) {
      |                      ~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 6ms 6.676 MiB
#2 Wrong Answer 6ms 6.477 MiB
#3 Wrong Answer 6ms 6.535 MiB
#4 Wrong Answer 5ms 6.582 MiB
#5 Wrong Answer 5ms 6.535 MiB
#6 Wrong Answer 5ms 6.66 MiB
#7 Wrong Answer 5ms 6.512 MiB
#8 Wrong Answer 5ms 6.488 MiB
#9 Runtime Error 4ms 5.152 MiB
#10 Runtime Error 4ms 5.141 MiB

信息

递交者
类型
递交
题目
P1056 图形面积
语言
C++
递交时间
2025-03-23 16:34:19
评测时间
2025-03-23 16:34:19
评测机
分数
0
总耗时
57ms
峰值内存
6.676 MiB