| Problem | coins |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-12-10 15:06:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arnavaz.cpp:1:4: error: structured binding declaration cannot have type ‘int’
1 | int[] coin_flips(int[] b, int c) {
| ^~
arnavaz.cpp:1:4: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
arnavaz.cpp:1:4: error: empty structured binding declaration
arnavaz.cpp:1:7: error: expected initializer before ‘coin_flips’
1 | int[] coin_flips(int[] b, int c) {
| ^~~~~~~~~~
shahrnaz.cpp:1:21: error: expected ‘,’ or ‘...’ before ‘b’
1 | int find_coin(int[] b) {
| ^
shahrnaz.cpp: In function ‘int find_coin(int*)’:
shahrnaz.cpp:3:34: error: ‘b’ was not declared in this scope
3 | for (int i = 0; i < 64; i++) a^=b[i];
| ^