0_0_36504990_22015.cpp: In function 'int main()':
0_0_36504990_22015.cpp:30:9: error: 'ansl' was not declared in this scope
if(l==ansl)
^
0_0_36504990_22015.cpp:31:29: error: expected primary-expression before 'continue'
cout<<"Impossible"<<endl,continue;
^
0_0_36504990_22015.cpp:32:9: error: 'ansl' was not declared in this scope
cout<<ansl<<l;
^
|