Problem parallelogramisation
User SideQuesting
Submission Time 2025-06-18 09:09:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation.cpp:3:26: error: expected constructor, destructor, or type conversion before β€˜(’ token
3 | ios_base::sync_with_stdio(0);
| ^
parallelogramisation.cpp:4:1: error: β€˜cin’ does not name a type
4 | cin.tie(0)
| ^~~