Problem | area_noi |
---|---|
User | Avinash |
Submission Time | 2025-06-18 13:30:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:11:10: error: found ‘:’ in nested-name-specifier, expected ‘::’
11 | int h,w:
| ^
| ::
area_noi.cpp:11:9: error: ‘w’ has not been declared
11 | int h,w:
| ^
area_noi.cpp:12:13: error: qualified-id in declaration before ‘>>’ token
12 | cin >> h >> W;
| ^~
area_noi.cpp:13:24: error: ‘w’ was not declared in this scope
13 | int area = h * w;
| ^