0_0_22709627_21609.cpp:12:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22709627_21609.cpp:15:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22709627_21609.cpp:21:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22709627_21609.cpp:26:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22709627_21609.cpp:32:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22709627_21609.cpp:45:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22709627_21609.cpp:56:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22709627_21609.cpp: In function 'int Make(int, int)':
0_0_22709627_21609.cpp:7:2: error: 'nbsp' was not declared in this scope
ret += f[l][r].win;\
^
0_0_22709627_21609.cpp:60:3: note: in expansion of macro 'Jump'
Jump(l, r);
^
0_0_22709627_21609.cpp:7:2: error: 'nbsp' was not declared in this scope
ret += f[l][r].win;\
^
0_0_22709627_21609.cpp:61:15: note: in expansion of macro 'Jump'
if (it < l) Jump(it, l - 1);
^
0_0_22709627_21609.cpp:7:2: error: 'nbsp' was not declared in this scope
ret += f[l][r].win;\
^
0_0_22709627_21609.cpp:62:17: note: in expansion of macro 'Jump'
if (it < cut) Jump(it, cut - 1);
^
0_0_22709627_21609.cpp:7:2: error: 'nbsp' was not declared in this scope
ret += f[l][r].win;\
^
0_0_22709627_21609.cpp:65:3: note: in expansion of macro 'Jump'
Jump(l, r);
^
0_0_22709627_21609.cpp:7:2: error: 'nbsp' was not declared in this scope
ret += f[l][r].win;\
^
0_0_22709627_21609.cpp:66:17: note: in expansion of macro 'Jump'
if (it < cut) Jump(it, cut - 1);
^
0_0_22709627_21609.cpp:7:2: error: 'nbsp' was not declared in this scope
ret += f[l][r].win;\
^
0_0_22709627_21609.cpp:69:3: note: in expansion of macro 'Jump'
Jump(l, cut - 1);
^
0_0_22709627_21609.cpp: At global scope:
0_0_22709627_21609.cpp:73:6: error: expected constructor, destructor, or type conversion before ';' token
^
|