/ XMU_ACM /

记录详情

Compile Error

foo.cc: In function 'void dfs(int, int)':
foo.cc:30:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0;i < son[x].size();++i) {
                    ~~^~~~~~~~~~~~~~~
foo.cc: In function 'void solve()':
foo.cc:43:9: error: 'dep' was not declared in this scope
     if (dep % 2) puts("Alice");
         ^~~

信息

递交者
类型
自测
题目
P1062 游戏
语言
C++
递交时间
2020-12-20 16:33:59
评测时间
2020-12-20 16:33:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes