0_0_35754839_29728.cpp: In function 'int main()':
0_0_35754839_29728.cpp:62:24: error: 'vla' was not declared in this scope
cout<<"Escaped in "<<vla[d][e][f]-1<<" minute(s)."<<endl;
^
0_0_35754839_29728.cpp:62:28: error: 'd' was not declared in this scope
cout<<"Escaped in "<<vla[d][e][f]-1<<" minute(s)."<<endl;
^
0_0_35754839_29728.cpp:62:31: error: 'e' was not declared in this scope
cout<<"Escaped in "<<vla[d][e][f]-1<<" minute(s)."<<endl;
^
0_0_35754839_29728.cpp:62:34: error: 'f' was not declared in this scope
cout<<"Escaped in "<<vla[d][e][f]-1<<" minute(s)."<<endl;
^
|