Problem penguingathering
User Zubair
Submission Time 2026-06-24 15:19:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguingathering.cpp:2:5: error: ‘ios_base’ does not name a type
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
penguingathering.cpp:3:5: error: ‘cin’ does not name a type
3 | cin.tie(0);
| ^~~