记录详情

Compile Error

foo.cc: In function 'int DFS(int)':
foo.cc:15:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   15 |  for (int i = 0; i < pic[num].size(); i++)
      |                  ~~^~~~~~~~~~~~~~~~~
foo.cc: At global scope:
foo.cc:28:1: error: '::main' must return 'int'
   28 | void main()
      | ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1348 2D 生活在树上
比赛
悬赏令第二周
语言
C++
递交时间
2022-04-09 21:34:21
评测时间
2022-04-09 21:34:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes