meetings.cpp: In function 'void Solve(int)':
meetings.cpp:77:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
77 | if (a > b)swap(a,b);if (b > c)swap(b,c);if (a > b)swap(a,b);if (a > b)swap(a,b);if (b > c)swap(b,c);if (a > b)swap(a,b);
| ^~
meetings.cpp:77:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
77 | if (a > b)swap(a,b);if (b > c)swap(b,c);if (a > b)swap(a,b);if (a > b)swap(a,b);if (b > c)swap(b,c);if (a > b)swap(a,b);
| ^~
meetings.cpp:37:9: warning: unused variable 'y' [-Wunused-variable]
37 | int y = 1,i,j,cnt=0,k;
| ^
meetings.cpp:37:19: warning: unused variable 'cnt' [-Wunused-variable]
37 | int y = 1,i,j,cnt=0,k;
| ^~~
/tmp/cchNGAgn.o: In function `Query(int, int, int)':
grader.cpp:(.text+0x110): multiple definition of `Query(int, int, int)'
/tmp/ccbVvmOq.o:meetings.cpp:(.text+0x110): first defined here
/tmp/cchNGAgn.o: In function `Bridge(int, int)':
grader.cpp:(.text+0x240): multiple definition of `Bridge(int, int)'
/tmp/ccbVvmOq.o:meetings.cpp:(.text+0x240): first defined here
/tmp/cchNGAgn.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccbVvmOq.o:meetings.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status