Problem combo
User AccountName
Submission Time 2024-03-12 21:01:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

combo.cpp: In function ‘std::string guess_sequence(int)’:
combo.cpp:38:2: error: expected ‘}’ at end of input
38 | }
| ^
combo.cpp:5:30: note: to match this ‘{’
5 | string guess_sequence(int N) {
| ^