Problem competition
User PlayVoltz
Submission Time 2023-05-17 21:38:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:27:23: error: expected ‘;’ before ‘}’ token
27 | temp+=vect[i].first
| ^
| ;
28 | }
| ~
competition.cpp:30:24: error: expected ‘;’ before ‘}’ token
30 | temp+=vect[i].second
| ^
| ;
31 | }
| ~
competition.cpp:37:24: error: expected ‘;’ before ‘}’ token
37 | temp+=vect[i].second
| ^
| ;
38 | }
| ~
competition.cpp:40:23: error: expected ‘;’ before ‘}’ token
40 | temp+=vect[i].first
| ^
| ;
41 | }
| ~