Problem area
User sergius
Submission Time 2024-06-19 09:33:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:9:15: error: expected ‘;’ before ‘while’
9 | ans = ans + N
| ^
| ;
10 | while (N>1){
| ~~~~~