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 10:21:03
- 评测时间
- 2022-04-27 11:00:03
- 评测机
- 分数
- 10
- 总耗时
- 2ms
- 峰值内存
- 384.0 KiB