Problem sixandseven
User LABUBU
Submission Time 2026-06-26 14:39:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
sixandseven.cpp:6:39: note: to match this ‘{’
6 | for (int i = 0; i + 1 < x.size(); i++){
| ^
sixandseven.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
sixandseven.cpp:3:14: note: to match this ‘{’
3 | signed main(){
| ^