Time Exceeded
/in/foo.cc: In function 'int search(std::vector<std::vector<int> >&)': /in/foo.cc:10:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<r.size();i++) ~^~~~~~~~~ /in/foo.cc:12:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=i+1;j<r.size();j++) ~^~~~~~~~~ /in/foo.cc:9:6: warning: unused variable 'count' [-Wunused-variable] int count=0; ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 3 有两个孩子的家庭个数
- 比赛
- 小兰赛 2018/12/2
- 语言
- C++
- 递交时间
- 2018-12-02 08:32:08
- 评测时间
- 2018-12-02 08:32:08
- 评测机
- 分数
- 0
- 总耗时
- ≥1133ms
- 峰值内存
- ≥2.875 MiB