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