| Problem | area |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-02-15 22:48:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:5:29: error: expected ‘;’ before ‘cin’
5 | ios::sync_with_stdio(false)
| ^
| ;
6 | cin.tie(nullptr);
| ~~~