0_0_14272800_25345.cpp: In function 'void set(int, int, int)':
0_0_14272800_25345.cpp:19:29: error: a function-definition is not allowed here before '{' token
int get(int x, int y, int z){
^
0_0_14272800_25345.cpp:29:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_14272800_25345.cpp:51:1: error: expected '}' at end of input
}
^
|