0_0_16572148_17973.cpp: In function 'int main()':
0_0_16572148_17973.cpp:54:32: error: too few arguments to function 'int judge(std::string, int&, int&, int&)'
int d=0,x=judge(s2,d),l=0,r=0;
^
0_0_16572148_17973.cpp:24:5: note: declared here
int judge(string s,int &d,int &l,int &r){
^
0_0_16572148_17973.cpp:55:15: error: 'l' was not declared in this scope
if(l==-1&&r==1){
^
0_0_16572148_17973.cpp:55:22: error: 'r' was not declared in this scope
if(l==-1&&r==1){
^
|