/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void std::writef(double, int)':
/in/foo.cc:65:24: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (x) s_[++top] = x % 10, x /= 10;
                        ^
/in/foo.cc:66:34: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (top) *p3++ = s_[top--] ^ '0';
                                  ^
/in/foo.cc: In function 'void std::write(Tp)':
/in/foo.cc:92:24: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (x) s_[++top] = x % 10, x /= 10;
                        ^
/in/foo.cc:93:34: warning: array subscript has type 'char' [-Wchar-subscripts]
      while (top) *p3++ = s_[top--] ^ '0';
                                  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:128:15: warning: 'root' may be used uninitialized in this function [-Wmaybe-uninitialized]
   a[ci]=search(root);
         ~~~~~~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 228.0 KiB
#2 Runtime Error 13ms 11.855 MiB
#3 Wrong Answer 2ms 220.0 KiB
#4 Runtime Error 25ms 10.973 MiB
#5 Runtime Error 9ms 9.113 MiB
#6 Runtime Error 10ms 10.902 MiB
#7 Runtime Error 7ms 8.238 MiB
#8 Runtime Error 6ms 8.203 MiB

信息

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