Accepted
foo.cc: In function 'bool Search(std::vector<int>, int)': foo.cc:6:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 6 | for(int i=0;i<v.size();i++) | ~^~~~~~~~~ foo.cc: In function 'int jishu(int, int, std::string)': foo.cc:14:13: warning: unused variable 'cnt' [-Wunused-variable] 14 | int cnt=0,x=0; | ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1234 D 奇怪的程序(Easy)
- 比赛
- 2022暑期青少年社团(告别赛)
- 语言
- C++
- 递交时间
- 2022-08-21 19:02:44
- 评测时间
- 2022-08-21 19:02:44
- 评测机
- 分数
- 100
- 总耗时
- 43ms
- 峰值内存
- 256.0 KiB