Accepted
/in/foo.cc: In function 'std::__cxx11::string Change(std::__cxx11::string)': /in/foo.cc:69:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i =0; i < s.size( ); i ++)if( s[ i ]>='A'&& s[ i ]<='Z'){ ~~^~~~~~~~~~~~ /in/foo.cc: In function 'int Find(std::__cxx11::string)': /in/foo.cc:85:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1169 丘比特的烦恼
- 语言
- C++
- 递交时间
- 2021-01-02 17:14:02
- 评测时间
- 2021-01-02 17:14:02
- 评测机
- 分数
- 100
- 总耗时
- 16ms
- 峰值内存
- 348.0 KiB