0_0_16384277_17148.cpp: In function 'int main()':
0_0_16384277_17148.cpp:107:16: error: 'j' was not declared in this scope
if(j==nowplacelen)
^
0_0_16384277_17148.cpp:120:17: error: 'j' was not declared in this scope
for(j=0;j<nowschoollen;j++)
^
0_0_16384277_17148.cpp:125:16: error: 'j' was not declared in this scope
if(j==nowschoollen)
^
0_0_16384277_17148.cpp:166:13: error: 'i' was not declared in this scope
for(i=0;i<nowschoollen;i++)
^
0_0_16384277_17148.cpp:182:13: error: 'i' was not declared in this scope
for(i=1,t=1;i<nowschoollen;i++)
^
0_0_16384277_17148.cpp:200:13: error: 'i' was not declared in this scope
for(i=0;i<nowplacelen;i++)
^
|