0_0_17682885_7210.cpp: In function 'int main()':
0_0_17682885_7210.cpp:24:40: error: 'maxx' was not declared in this scope
cout<<"Case "<<i++<<":"<<endl<<maxx<<" "<<first+1<<" "<<second+1<<endl;
^
0_0_17682885_7210.cpp:24:51: error: 'first' was not declared in this scope
cout<<"Case "<<i++<<":"<<endl<<maxx<<" "<<first+1<<" "<<second+1<<endl;
^
0_0_17682885_7210.cpp:24:65: error: 'second' was not declared in this scope
cout<<"Case "<<i++<<":"<<endl<<maxx<<" "<<first+1<<" "<<second+1<<endl;
^
0_0_17682885_7210.cpp: At global scope:
0_0_17682885_7210.cpp:28:1: error: expected declaration before '}' token
}
^
|