Problem coins
User bribritt
Submission Time 2023-03-29 17:33:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arnavaz.cpp:3:2: error: expected unqualified-id before ‘int’
3 | *int coin_flips(int b[], int c) {
| ^~~
shahrnaz.cpp:3:21: error: expected ‘,’ or ‘...’ before ‘b’
3 | int find_coin(int[] b) {
| ^
shahrnaz.cpp: In function ‘int find_coin(int*)’:
shahrnaz.cpp:5:17: error: ‘b’ was not declared in this scope
5 | for(auto i: b) xorV = xorV ^ i;
| ^