Problem bombardirocrocodilo
User NoynYT
Submission Time 2025-07-25 10:58:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:8:8: error: no match for ‘operator%’ (operand types are ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} and ‘int’)
8 | if (x%2==1){cout<<i+1;}
| ~^~
| | |
| | int
| std::string {aka std::__cxx11::basic_string<char>}