/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:10:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0; i<t[x].size(); i++)
                ~^~~~~~~~~~~~
/in/foo.cc: In function 'int hsh(int)':
/in/foo.cc:21:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0; i<t[x].size(); i++)
                ~^~~~~~~~~~~~
/in/foo.cc:28:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i=0; i<h.size(); i++) ansx = (ansx + (h[i]+1)*(i+1))%10000010;
                ~^~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:67:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int j=0; j<cnt[i].size()-1; j++) cout<<cnt[i][j]<<"=";
                  ~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Runtime Error 1ms 220.0 KiB
#3 Runtime Error 2ms 228.0 KiB
#4 Runtime Error 1ms 224.0 KiB
#5 Runtime Error 1ms 228.0 KiB
#6 Runtime Error 2ms 224.0 KiB
#7 Runtime Error 2ms 228.0 KiB
#8 Runtime Error 2ms 340.0 KiB

信息

递交者
类型
递交
题目
P1683 有根树的同构问题
语言
C++
递交时间
2020-07-21 20:20:18
评测时间
2020-07-21 20:20:18
评测机
分数
10
总耗时
17ms
峰值内存
340.0 KiB