Problem area_noi
User zhaoyz
Submission Time 2026-06-22 17:02:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:8:15: error: overloaded function with no contextual type information
8 | for (count = 1; n != count; n--){
| ^
area_noi.cpp:8:20: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator!=’
8 | for (count = 1; n != count; n--){
| ~~^~~~~~~~
area_noi.cpp:9:20: error: expected ‘;’ before ‘if’
9 | int h,w;cin>>h>>w
| ^
| ;
10 | if (h*w > int area){
| ~~
area_noi.cpp:14:8: error: ‘area’ was not declared in this scope
14 | cout<<area;
| ^~~~