Problem yaleuniversity
User RICPSuscomm23
Submission Time 2024-10-29 23:48:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yaleuniversity.cpp: In function ‘int main()’:
yaleuniversity.cpp:10:25: error: expected ‘;’ before ‘for’
10 | m.max_load_factor(0.25)
| ^
| ;
11 | for(int i = 0; i < n; i ++){
| ~~~
yaleuniversity.cpp:11:20: error: ‘i’ was not declared in this scope
11 | for(int i = 0; i < n; i ++){
| ^