Problem guanine
User FIips
Submission Time 2024-01-22 11:49:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp:28:36: error: stray ‘\357’ in program
28 | for(int i=0; i<n-stoi(b)-1; i++){
| ^
guanine.cpp:28:37: error: stray ‘\274’ in program
28 | for(int i=0; i<n-stoi(b)-1; i++){
| ^
guanine.cpp:28:38: error: stray ‘\211’ in program
28 | for(int i=0; i<n-stoi(b)-1; i++){
| ^
guanine.cpp: In function ‘int32_t main()’:
guanine.cpp:28:39: error: no match for ‘operator-’ (operand types are ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} and ‘int’)
28 | for(int i=0; i<n-stoi(b)-1; i++){
| ~ ^~
| | |
| | int
| std::string {aka std::__cxx11::basic_string<char>}
In