Compile Error

foo.cc: In function 'int main()':
foo.cc:12:25: error: 'st' was not declared in this scope; did you mean 'std'?
   12 |                         st+='n';
      |                         ^~
      |                         std
foo.cc:22:25: error: 'st' was not declared in this scope; did you mean 'std'?
   22 |                         st+='n';
      |                         ^~
      |                         std
foo.cc:25:17: error: 'st' was not declared in this scope; did you mean 'std'?
   25 |                 st+='y';
      |                 ^~
      |                 std
foo.cc:27:15: error: 'st' was not declared in this scope; did you mean 'std'?
   27 |         cout<<st;
      |               ^~
      |               std
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1163 超级骑士游历问题
语言
C++
递交时间
2023-07-15 16:14:04
评测时间
2023-07-15 16:14:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes