Compile Error

foo.cc: In function 'int main()':
foo.cc:10:18: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   10 |         for(i=0;i<s.size();i++)
      |                 ~^~~~~~~~~
foo.cc:13:18: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   13 |         for(i=0;i<s.size();i++)
      |                 ~^~~~~~~~~
foo.cc:21:20: error: expected ';' before ':' token
   21 |                 k++:
      |                    ^
      |                    ;
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P2421 1.7.32行程长度编码
语言
C++
递交时间
2022-09-04 19:53:08
评测时间
2022-09-04 19:53:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes