Compiler output
prog.cpp: In function 'void citire()':
prog.cpp:8:5: error: 'cin' was not declared in this scope
cin>>t>>n>>m;
^
prog.cpp: In function 'int main()':
prog.cpp:78:9: error: 'cout' was not declared in this scope
cout<<xi<<" "<<xj<<"\n"<<color<<"\n";
^
prog.cpp:81:5: error: 'cout' was not declared in this scope
cout<<maxim1<<"\n";
^
prog.cpp:60:9: warning: unused variable 'a' [-Wunused-variable]
int a,i,j,ind=1,k,r;
^
prog.cpp:60:21: warning: unused variable 'k' [-Wunused-variable]
int a,i,j,ind=1,k,r;
^
prog.cpp:60:23: warning: unused variable 'r' [-Wunused-variable]
int a,i,j,ind=1,k,r;
^