Wrong Answer
foo.cc: In function 'int main()':
foo.cc:7:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    7 |         for(int i=0;i<s.size();i++)
      |                     ~^~~~~~~~~
foo.cc:6:13: warning: unused variable 'f' [-Wunused-variable]
    6 |         int f=0;
      |             ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2052 程序输入问题
 - 语言
 - C++
 - 递交时间
 - 2023-08-09 07:51:49
 - 评测时间
 - 2023-08-09 07:51:49
 - 评测机
 
- 分数
 - 90
 - 总耗时
 - 40ms
 - 峰值内存
 - 412.0 KiB