Problem combo
User chickengoat
Submission Time 2026-07-18 10:19:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

combo.cpp: In function ‘std::string guess_sequence(int)’:
combo.cpp:9:3: error: ‘a’ was not declared in this scope
9 | a=constring.substr(0,longestcon);
| ^
combo.cpp:11:3: error: ‘b’ was not declared in this scope
11 | b=constring.substr(0,longestcon);
| ^
combo.cpp:13:3: error: ‘c’ was not declared in this scope
13 | c=constring.substr(0,longestcon);
| ^
combo.cpp:15:3: error: ‘d’ was not declared in this scope
15 | d=constring.substr(0,longestcon);
| ^