Problem area
User estkn
Submission Time 2026-04-22 19:51:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:8:13: error: expected ‘;’ before ‘long’
8 | cin >> N
| ^
| ;
9 | long long total = 0;
| ~~~~
area.cpp:15:9: error: ‘total’ was not declared in this scope
15 | total += (A * B);
| ^~~~~
area.cpp:17:10: error: ‘total’ was not declared in this scope
17 | cout << total<< endl;
| ^~~~~