adventure.cpp: In function 'int main()':
adventure.cpp:14:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
14 | for (int i = 0; i < s.length(); i++)
| ~~^~~~~~~~~~~~
adventure.cpp:13:13: warning: unused variable 'ans' [-Wunused-variable]
13 | int ans=0;
| ^~~
adventure.cpp:24:1: error: expected '}' at end of input
24 | }
| ^
adventure.cpp:3:11: note: to match this '{'
3 | int main(){
| ^