Problem | general |
---|---|
User | ForgottenDragon |
Submission Time | 2025-08-10 11:08:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
general.cpp: In function βint main()β:
general.cpp:71:10: error: overloaded function with no contextual type information
71 | size.resize(N);
| ^~~~~~
general.cpp:76:15: error: invalid types β<unresolved overloaded function type>[long long int]β for array subscript
76 | size[i] = 1;
| ^