/ TYWZ /

记录详情

Runtime Error

/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:31:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<son[x].size();i++)
                 ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs2(int)':
/in/foo.cc:41:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<son[x].size();i++)
                 ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 9.469 MiB
#2 Accepted 6ms 8.852 MiB
#3 Accepted 7ms 8.223 MiB
#4 Runtime Error 106ms 23.516 MiB
#5 Runtime Error 101ms 23.449 MiB
#6 Accepted 161ms 19.988 MiB
#7 Accepted 125ms 17.91 MiB
#8 Accepted 188ms 20.98 MiB
#9 Accepted 181ms 20.93 MiB
#10 Accepted 176ms 20.902 MiB

信息

递交者
类型
递交
题目
2019.2.10 Problem B - control
语言
C++
递交时间
2019-02-09 20:25:33
评测时间
2019-02-09 20:25:33
评测机
分数
80
总耗时
1061ms
峰值内存
23.516 MiB