Problem | smurf |
---|---|
User | YH |
Submission Time | 2024-02-06 16:51:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int reverse(int*, int)’:
smurf.cpp:10:16: error: expected primary-expression before ‘]’ token
10 | return smurfs[];
| ^
smurf.cpp: In function ‘int main()’:
smurf.cpp:25:29: error: incompatible types in assignment of ‘int’ to ‘int [n]’
25 | smurfs = reverse(smurfs, i);
| ^