Problem | bombardirocrocodilo |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-06-04 11:33:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:9:15: error: request for member ‘length’ in ‘a’, which is of non-class type ‘long long int’
9 | if((int) a[a.length()-1]%2!=0){
| ^~~~~~
bombardirocrocodilo.cpp:12:21: error: request for member ‘length’ in ‘b’, which is of non-class type ‘long long int’
12 | else if ((int) b[b.length()-2]%2!=0){
| ^~~~~~
bombardirocrocodilo.cpp:15:24: error: request for member ‘length’ in ‘b’, which is of non-class type ‘long long int’
15 | else if ((int) b[b.length()-3]%2!=0){
| ^~~~~~