0_0_21487154_25547.cpp: In function 'int main()':
0_0_21487154_25547.cpp:108:27: error: too few arguments to function 'll check(ll, ll)'
if (check(i-v1)||(check(i-s))||check(i-v2)||check(i-v3))
^
0_0_21487154_25547.cpp:61:4: note: declared here
ll check(ll x,ll v)
^
0_0_21487154_25547.cpp:108:40: error: too few arguments to function 'll check(ll, ll)'
if (check(i-v1)||(check(i-s))||check(i-v2)||check(i-v3))
^
0_0_21487154_25547.cpp:61:4: note: declared here
ll check(ll x,ll v)
^
0_0_21487154_25547.cpp:108:54: error: too few arguments to function 'll check(ll, ll)'
if (check(i-v1)||(check(i-s))||check(i-v2)||check(i-v3))
^
0_0_21487154_25547.cpp:61:4: note: declared here
ll check(ll x,ll v)
^
0_0_21487154_25547.cpp:108:67: error: too few arguments to function 'll check(ll, ll)'
if (check(i-v1)||(check(i-s))||check(i-v2)||check(i-v3))
^
0_0_21487154_25547.cpp:61:4: note: declared here
ll check(ll x,ll v)
^
|