Problem | area_noi |
---|---|
User | mvz |
Submission Time | 2025-06-18 14:28:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:2:2: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio();
| ^~~~~~~~
area_noi.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
area_noi.cpp:19:5: error: ‘cout’ was not declared in this scope
19 | cout << area;
| ^~~~