choreography.cpp: In function 'void move_right(int)':
choreography.cpp:16:23: error: a function-definition is not allowed here before '{' token
16 | void move_left(int K) {
| ^
choreography.cpp:21:20: error: a function-definition is not allowed here before '{' token
21 | void swap_places() {
| ^
choreography.cpp:25:20: error: a function-definition is not allowed here before '{' token
25 | void move_around() {
| ^
choreography.cpp:29:24: error: a function-definition is not allowed here before '{' token
29 | int get_position(int D){
| ^
choreography.cpp:31:1: error: expected '}' at end of input
31 | }
| ^
choreography.cpp:13:24: note: to match this '{'
13 | void move_right(int K) {
| ^