Problem pokeadd
User PlayVoltz
Submission Time 2023-10-27 18:02:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^~~~