Problem parallelogramisation
User Hytoh
Submission Time 2023-12-23 11:12:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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