0_0_36706249_26468.cpp: In function 'void getMapping(int, int)':
0_0_36706249_26468.cpp:48:2: error: 'cin' was not declared in this scope
cin>>mp;
^
0_0_36706249_26468.cpp:52:16: error: expected ';' before ')' token
for(j=0,i++; i)
^
0_0_36706249_26468.cpp: In function 'void store(int, int, int, char*)':
0_0_36706249_26468.cpp:106:9: error: expected ';' before ')' token
for(; k)
^
0_0_36706249_26468.cpp:111:9: error: expected ';' before ')' token
for(; k)
^
0_0_36706249_26468.cpp: In function 'bool isStructure(int, int)':
0_0_36706249_26468.cpp:191:12: error: expected ';' before ')' token
for(j=0; j)
^
0_0_36706249_26468.cpp:206:12: error: expected ';' before ')' token
for(j=0; j)
^
0_0_36706249_26468.cpp: In function 'void output(int)':
0_0_36706249_26468.cpp:224:8: error: 'i0' was not declared in this scope
while(i0][i]!='<')
^
0_0_36706249_26468.cpp:224:10: error: expected ')' before ']' token
while(i0][i]!='<')
^
0_0_36706249_26468.cpp:224:10: error: expected primary-expression before ']' token
0_0_36706249_26468.cpp:228:12: error: expected ';' before ')' token
for(j=0; j)
^
0_0_36706249_26468.cpp:244:9: error: expected ';' before ')' token
for(; k)
^
0_0_36706249_26468.cpp:253:2: error: 'cout' was not declared in this scope
cout<<stored[j];
^
0_0_36706249_26468.cpp: In function 'int main()':
0_0_36706249_26468.cpp:264:25: error: 't' was not declared in this scope
for(int cases=1;cases<=t;cases++)
^
0_0_36706249_26468.cpp:269:16: error: expected primary-expression before '>' token
for(i=1; i<=n;>)
^
0_0_36706249_26468.cpp:269:17: error: expected primary-expression before ')' token
for(i=1; i<=n;>)
^
0_0_36706249_26468.cpp:273:12: error: expected ';' before ')' token
for(j=0; j)
^
0_0_36706249_26468.cpp:278:16: error: expected primary-expression before '>' token
for(i=1; i<=n;>)
^
0_0_36706249_26468.cpp:278:17: error: expected primary-expression before ')' token
for(i=1; i<=n;>)
^
|