0_0_21858170_15798.cpp: In function 'int main()':
0_0_21858170_15798.cpp:57:8: error: too many arguments to function 'int scan()'
scan(T);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:59:9: error: too many arguments to function 'int scan()'
scan(n);scan(m);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:59:17: error: too many arguments to function 'int scan()'
scan(n);scan(m);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:62:18: error: too many arguments to function 'int scan()'
scan(father[i]);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:65:16: error: too many arguments to function 'int scan()'
scan(from[i]);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:66:14: error: too many arguments to function 'int scan()'
scan(to[i]);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:69:9: error: too many arguments to function 'int scan()'
scan(q);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:71:10: error: too many arguments to function 'int scan()'
scan(M);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
0_0_21858170_15798.cpp:74:13: error: too many arguments to function 'int scan()'
scan(cur);
^
0_0_21858170_15798.cpp:16:5: note: declared here
int scan(){
^
|