0_0_24062352_1781.cpp: In function 'int main()':
0_0_24062352_1781.cpp:17:9: error: expected ';' before 'int'
int t,k=0,flag=0;
^
0_0_24062352_1781.cpp:22:21: error: 't' was not declared in this scope
scanf("%d",&t);
^
0_0_24062352_1781.cpp:31:16: error: 'k' was not declared in this scope
if(k==l2)
^
0_0_24062352_1781.cpp:33:24: error: 'k' was not declared in this scope
if(a[i]==b[k])
^
0_0_24062352_1781.cpp:44:25: error: 'flag' was not declared in this scope
flag=1;
^
0_0_24062352_1781.cpp:59:12: error: 'flag' was not declared in this scope
if(flag==1)
^
|