Problem competition
User BAF123123
Submission Time 2024-02-21 19:14:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:54:16: error: expected ‘}’ at end of input
54 | cout << sum;
| ^
competition.cpp:28:21: note: to match this ‘{’
28 | while (u <= n-1){
| ^
competition.cpp:54:16: error: expected ‘}’ at end of input
54 | cout << sum;
| ^
competition.cpp:8:11: note: to match this ‘{’
8 | int main(){
| ^