| Problem | area_noi |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-01-11 15:57:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:10:14: error: expected ‘;’ before ‘for’
10 | area = h * w
| ^
| ;
11 | for (int i = 0; i < n; i++){
| ~~~
area_noi.cpp:11:18: error: ‘i’ was not declared in this scope
11 | for (int i = 0; i < n; i++){
| ^
area_noi.cpp:17:15: error: expected ‘}’ at end of input
17 | cout << area;
| ^
area_noi.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^