0_0_36384148_18213.cpp: In function 'int main()':
0_0_36384148_18213.cpp:63:29: error: too few arguments to function 'bool judge(ll, ll, ll, ll&, ll&)'
if (judge(a, b, x, y)) {
^
0_0_36384148_18213.cpp:20:6: note: declared here
bool judge(ll a,ll b,ll c,ll &x,ll &y)
^
|