F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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;
   ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-23 05:25:10, Gzip enabled