cave.cpp:12:35: warning: `\U0000037e' is not in NFC [-Wnormalized=]
12 | int a=tryCombination(x[N]);
| ^
cave.cpp: In function 'void exploreCave(int)':
cave.cpp:12:33: error: invalid conversion from 'int' to 'int*' [-fpermissive]
12 | int a=tryCombination(x[N]);
| ~~~^
| |
| int
In file included from cave.cpp:1:
cave.h:8:24: note: initializing argument 1 of 'int tryCombination(int*)'
8 | int tryCombination(int S[]);
| ~~~~^~~
cave.cpp:12:35: error: expected ',' or ';' before '\U0000037e'
12 | int a=tryCombination(x[N]);
| ^