Problem | pokeadd |
---|---|
User | PlayVoltz |
Submission Time | 2023-10-27 18:02:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pokeadd.cpp: In function ‘int main()’:
pokeadd.cpp:48:8: error: request for member ‘size’ in ‘a’, which is of non-class type ‘int’
48 | if (a.size()==0 && b.size()==0)cout<<0;
| ^~~~
pokeadd.cpp:48:23: error: request for member ‘size’ in ‘b’, which is of non-class type ‘int’
48 | if (a.size()==0 && b.size()==0)cout<<0;
| ^~~~