Accepted
foo.cc: In function 'bool solve(std::string&)': foo.cc:79:44: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 79 | #define _for(i, a, b) for ( int i = (a); i < (b); ++i) | ^ foo.cc:95:9: note: in expansion of macro '_for' 95 | _for(i,0,str.size()) | ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1361 5A 括号序列
- 比赛
- 悬赏令第五周
- 语言
- C++
- 递交时间
- 2022-04-27 15:08:11
- 评测时间
- 2022-04-27 15:08:11
- 评测机
- 分数
- 100
- 总耗时
- 174ms
- 峰值内存
- 512.0 KiB