combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:5:6: warning: array subscript 25 is outside array bounds of 'int [1]' [-Warray-bounds]
5 | ptr += 100;
| ~~~~^~~~~~
combo.cpp:3:32: note: while referencing 'N'
3 | std::string guess_sequence(int N) {
| ~~~~^
combo.cpp:5:6: warning: array subscript 25 is outside array bounds of 'int [1]' [-Warray-bounds]
5 | ptr += 100;
| ~~~~^~~~~~
combo.cpp:3:32: note: while referencing 'N'
3 | std::string guess_sequence(int N) {
| ~~~~^
combo.cpp:5:6: warning: array subscript 25 is outside array bounds of 'int [1]' [-Warray-bounds]
5 | ptr += 100;
| ~~~~^~~~~~
combo.cpp:3:32: note: while referencing 'N'
3 | std::string guess_sequence(int N) {
| ~~~~^
combo.cpp:5:6: warning: array subscript 25 is outside array bounds of 'int [1]' [-Warray-bounds]
5 | ptr += 100;
| ~~~~^~~~~~
combo.cpp:3:32: note: while referencing 'N'
3 | std::string guess_sequence(int N) {
| ~~~~^