Problem | area |
---|---|
User | Student101 |
Submission Time | 2024-10-19 11:22:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:6:18: error: expected ‘;’ before ‘int’
6 | cin.tie(NULL)
| ^
| ;
7 | int num;
| ~~~
area.cpp:8:12: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
8 | cin >> num;
| ^~~
| enum