Problem eeducation
User Yizhou
Submission Time 2024-06-26 22:37:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:16:19: error: request for member ‘size’ in ‘b’, which is of non-class type ‘int [m]’
16 | for(int j=0;j<b.size();j++){
| ^~~~