Problem | parallelogramisation |
---|---|
User | butterflyyy |
Submission Time | 2024-05-27 17:26:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:7:12: error: expected ‘;’ before ‘cin’
7 | cin.tie(0)
| ^
| ;
8 | cin >> q;
| ~~~