0_0_39093573_24311.cpp: In function 'int main()': 0_0_39093573_24311.cpp:22:30: error: expected ';' before 'n' 22 | cout << sum<<endl | ^ | ; 23 | n--; | ~