Problem general
User ForgottenDragon
Submission Time 2025-08-10 11:08:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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