cave.cpp:10:30: warning: `\U0000037e' is not in NFC [-Wnormalized=]
10 | int x = tryCombination(A);
| ^
cave.cpp:13:30: warning: `\U0000037e' is not in NFC [-Wnormalized=]
13 | x = tryCombination(A);
| ^
cave.cpp: In function 'void exploreCave(int)':
cave.cpp:6:11: error: 'n' was not declared in this scope
6 | int A[n] = {};
| ^
cave.cpp:9:9: error: 'A' was not declared in this scope
9 | A[c] = c + 1;
| ^
cave.cpp:10:28: error: 'A' was not declared in this scope
10 | int x = tryCombination(A);
| ^
cave.cpp:7:9: warning: unused variable 'B' [-Wunused-variable]
7 | int B[N];
| ^
cave.cpp:10:9: warning: unused variable 'x' [-Wunused-variable]
10 | int x = tryCombination(A);
| ^