Problem area_noi
User Hansjuaraosn
Submission Time 2024-06-07 07:53:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:8:1: error: ‘Int’ was not declared in this scope; did you mean ‘int’?
8 | Int biggest = 0;
| ^~~
| int
area_noi.cpp:13:9: error: ‘biggest’ was not declared in this scope
13 | biggest = max(biggest,wide);
| ^~~~~~~
area_noi.cpp:14:7: error: ‘Cout’ was not declared in this scope
14 | } Cout << biggest;
| ^~~~
area_noi.cpp:14:15: error: ‘biggest’ was not declared in this scope
14 | } Cout << biggest;
| ^~~~~~~