/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'void std::writef(double, int)':
foo.cc:65:24: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (x) s_[++top] = x % 10, x /= 10;
                        ^
foo.cc:66:34: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (top) *p3++ = s_[top--] ^ '0';
                                  ^
foo.cc: In function 'void std::write(Tp)':
foo.cc:92:24: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (x) s_[++top] = x % 10, x /= 10;
                        ^
foo.cc:93:34: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (top) *p3++ = s_[top--] ^ '0';
                                  ^
foo.cc: In function 'int main()':
foo.cc:128:15: warning: 'root' may be used uninitialized in this function [-Wmaybe-uninitialized]
   a[ci]=search(root);
         ~~~~~~^~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-21T02:59:39.382Z","handle":"2020-07-21T02:59:39.382Z","cache_start":"2020-07-21T02:59:39.390Z","read_cases":"2020-07-21T02:59:39.526Z","judge":"2020-07-21T02:59:39.526Z","done":"2020-07-21T02:59:41.016Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Runtime Error Segmentation fault 17ms 23.645 MiB
#3 Wrong Answer 读取到 1=2=3=7=9=10=12=... ,应为 1=2=3=4=5=7=8=9=... 1ms 256.0 KiB
#4 Runtime Error Segmentation fault 29ms 21.773 MiB
#5 Runtime Error Segmentation fault 12ms 18.242 MiB
#6 Runtime Error Segmentation fault 13ms 21.77 MiB
#7 Runtime Error Segmentation fault 9ms 16.449 MiB
#8 Runtime Error Segmentation fault 10ms 16.477 MiB

信息

递交者
类型
递交
题目
P1683 有根树的同构问题
语言
C++
递交时间
2020-07-21 10:59:39
评测时间
2020-07-21 10:59:39
评测机
分数
10
总耗时
95ms
峰值内存
23.645 MiB