0_0_20426900_23918.cpp: In function 'bool solve()':
0_0_20426900_23918.cpp:22:57: error: too many arguments to function 'bool judge(int, int, int)'
if (judge(t, y[j]-z[i], z[j]-y[i],y[j]-y[i],z[j]-z[i])) return false;
^
0_0_20426900_23918.cpp:12:6: note: declared here
bool judge (int t, int a, int b) {
^
|