Problem | area_noi |
---|---|
User | idkmaybe |
Submission Time | 2023-04-11 08:43:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp:1:1: error: ‘include’ does not name a type
1 | include<iostream>
| ^~~~~~~
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:5:5: error: ‘ios’ has not been declared
5 | ios::sync_with_stdio(false);
| ^~~
area_noi.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin.tie(nullptr);
| ^~~
area_noi.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout.tie(nullptr);
| ^~~~