0_0_19114186_15118.cpp: In function 'int main()':
0_0_19114186_15118.cpp:125:14: error: too many arguments to function 'void cut(int)'
cut(a, i);
^
0_0_19114186_15118.cpp:61:6: note: declared here
void cut(int y) {
^
0_0_19114186_15118.cpp:126:24: error: too many arguments to function 'void conn(int, int)'
conn(t, loop[t], i);
^
0_0_19114186_15118.cpp:77:6: note: declared here
void conn(int x, int y) {
^
0_0_19114186_15118.cpp:131:18: error: too many arguments to function 'void conn(int, int)'
conn(a, b, i);
^
0_0_19114186_15118.cpp:77:6: note: declared here
void conn(int x, int y) {
^
0_0_19114186_15118.cpp:133:14: error: too many arguments to function 'void cut(int)'
cut(a, i);
^
0_0_19114186_15118.cpp:61:6: note: declared here
void cut(int y) {
^
|