| Problem | area_noi |
|---|---|
| User | burningout |
| Submission Time | 2025-02-14 03:03:03 |
| 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:12: error: invalid operands of types ‘int [n]’ and ‘int [n]’ to binary ‘operator*’
10 | int a = h*w;
| ~^~
| | |
| | int [n]
| int [n]
area_noi.cpp:12:14: error: ‘a’ was not declared in this scope
12 | cout << max(a);
| ^