| Problem | area |
|---|---|
| User | carson |
| Submission Time | 2025-08-07 20:43:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:6:27: error: expected ‘)’ before numeric constant
6 | for(int i = 0; i < n; i++0{
| ~ ^
| )
area.cpp:6:28: error: expected ‘;’ before ‘{’ token
6 | for(int i = 0; i < n; i++0{
| ^
| ;