0_0_26020677_16575.cpp:7:1: error: 'vector' does not name a type
vector< vector<int> > PlatForm;
^
0_0_26020677_16575.cpp:8:1: error: 'vector' does not name a type
vector< vector<int> > Origin;
^
0_0_26020677_16575.cpp: In function 'void Rotation(int)':
0_0_26020677_16575.cpp:23:6: error: 'PlatForm' was not declared in this scope
if(PlatForm[y1][x1]&&PlatForm[y2][x2]){
^
0_0_26020677_16575.cpp:38:8: error: 'PlatForm' was not declared in this scope
if(PlatForm[y1][x1+temp]&&PlatForm[y2][x2+temp]){
^
0_0_26020677_16575.cpp:49:8: error: 'PlatForm' was not declared in this scope
if(PlatForm[y][x1]){
^
0_0_26020677_16575.cpp:61:8: error: 'PlatForm' was not declared in this scope
if(PlatForm[y1+temp][x1]&&PlatForm[y2+temp][x2]){
^
0_0_26020677_16575.cpp:72:8: error: 'PlatForm' was not declared in this scope
if(PlatForm[y1][x]){
^
0_0_26020677_16575.cpp: In function 'void Display()':
0_0_26020677_16575.cpp:86:7: error: 'PlatForm' was not declared in this scope
if(PlatForm[i][j]==1)printf("^");
^
0_0_26020677_16575.cpp: In function 'int main()':
0_0_26020677_16575.cpp:97:2: error: 'PlatForm' was not declared in this scope
PlatForm.resize(N);
^
0_0_26020677_16575.cpp:116:3: error: 'Wront' was not declared in this scope
Wront=false;
^
0_0_26020677_16575.cpp:117:3: error: 'Origin' was not declared in this scope
Origin=PlatForm;
^
|