| Problem | area_noi |
|---|---|
| User | ForgottenDragon |
| Submission Time | 2025-04-02 21:49:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:8:16: error: expected ‘;’ before ‘<’ token
8 | for(int i=0, i<n, i++) {
| ^
| ;
area_noi.cpp:8:16: error: expected primary-expression before ‘<’ token
area_noi.cpp:8:23: error: expected ‘;’ before ‘)’ token
8 | for(int i=0, i<n, i++) {
| ^
| ;
area_noi.cpp:13:18: error: expected ‘;’ before ‘<’ token
13 | for(int i = 0, i<n, i++) {
| ^
| ;
area_noi.cpp:13:18: error: expected primary-expression before ‘<’ token
area_noi.cpp:13:25: error: expected ‘;’ before ‘)’ token
13 | for(int i = 0, i<n, i++) {
| ^
| ;
area_noi.cpp:14:11: error: ‘h’ was not declared in this scope
14 | int a = h*w;
| ^
area_noi.cpp:14:13: