Problem traineeline
User kruytz
Submission Time 2024-01-24 16:18:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

traineeline.cpp: In function ‘int32_t main()’:
traineeline.cpp:33:41: error: expected ‘;’ before ‘}’ token
33 | line.push_front({height,left})
| ^
| ;
34 | }
| ~