| Problem | area |
|---|---|
| User | apples |
| Submission Time | 2026-04-18 12:56:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:6:13: error: expected ‘;’ before ‘cout’
6 | cin.tie(0)
| ^
| ;
7 | cout.tie(0)
| ~~~~
area.cpp:10:10: error: ‘n’ was not declared in this scope
10 | cin >> n;
| ^
area.cpp:12:12: error: ‘a’ was not declared in this scope
12 | cin >> a >> b;
| ^
area.cpp:12:17: error: ‘b’ was not declared in this scope
12 | cin >> a >> b;
| ^