0_0_36433162_20610.cpp: In function 'void solve()':
0_0_36433162_20610.cpp:13:12: error: 'cnt' was not declared in this scope
if(x!=i) cnt++;
^
0_0_36433162_20610.cpp:15:5: error: 'cnt' was not declared in this scope
if(cnt>10) cout<<"First"<<endl;
^
|