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_18036440_29125.cpp:11:2: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:11:9: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:12:2: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:12:9: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:13:2: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:13:9: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:14:2: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}}
  ^
0_0_18036440_29125.cpp:14:9: error: stray '#' in program
     {{1,1,0,0},{1,1,0,0},{0,0,0,0},{0,0,0,0}}
         ^
0_0_18036440_29125.cpp:16:2: error: stray '#' in program
     {{1,0,0,0},{1,0,0,0},{1,0,0,0},{1,0,0,0}},
  ^
0_0_18036440_29125.cpp:16:9: error: stray '#' in program
     {{1,0,0,0},{1,0,0,0},{1,0,0,0},{1,0,0,0}},
         ^
0_0_18036440_29125.cpp:17:2: error: stray '#' in program
     {{1,1,1,1},{0,0,0,0},{0,0,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:17:9: error: stray '#' in program
     {{1,1,1,1},{0,0,0,0},{0,0,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:18:2: error: stray '#' in program
     {{1,0,0,0},{1,0,0,0},{1,0,0,0},{1,0,0,0}},
  ^
0_0_18036440_29125.cpp:18:9: error: stray '#' in program
     {{1,0,0,0},{1,0,0,0},{1,0,0,0},{1,0,0,0}},
         ^
0_0_18036440_29125.cpp:19:2: error: stray '#' in program
     {{1,1,1,1},{0,0,0,0},{0,0,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:19:9: error: stray '#' in program
     {{1,1,1,1},{0,0,0,0},{0,0,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:21:2: error: stray '#' in program
     {{1,1,1,0},{1,0,0,0},{0,0,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:21:9: error: stray '#' in program
     {{1,1,1,0},{1,0,0,0},{0,0,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:22:2: error: stray '#' in program
     {{1,0,0,0},{1,0,0,0},{1,1,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:22:9: error: stray '#' in program
     {{1,0,0,0},{1,0,0,0},{1,1,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:23:2: error: stray '#' in program
     {{0,0,1,0},{1,1,1,0},{0,0,0,0},{0,0,0,0}},
  ^
0_0_18036440_29125.cpp:23:9: error: stray '#' in program
     {{0,0,1,0},{1,1,1,0},{0,0,0,0},{0,0,0,0}},
         ^
0_0_18036440_29125.cpp:24:2: error: stray '#' in program
     {{1,1,0,0},{0,1,0,0},{0,1,0,0},{0,0,0,0}}}
  ^
0_0_18036440_29125.cpp:24:9: error: stray '#' in program
     {{1,1,0,0},{0,1,0,0},{0,1,0,0},{0,0,0,0}}}
         ^
0_0_18036440_29125.cpp:32:2: error: stray '#' in program
     for(int i=0;i<4;i++)
  ^
0_0_18036440_29125.cpp:32:9: error: stray '#' in program
     for(int i=0;i<4;i++)
         ^
0_0_18036440_29125.cpp:33:2: error: stray '#' in program
         for(int j=0;j<4;j++)
  ^
0_0_18036440_29125.cpp:33:9: error: stray '#' in program
         for(int j=0;j<4;j++)
         ^
0_0_18036440_29125.cpp:33:16: error: stray '#' in program
         for(int j=0;j<4;j++)
                ^
0_0_18036440_29125.cpp:33:23: error: stray '#' in program
         for(int j=0;j<4;j++)
                       ^
0_0_18036440_29125.cpp:34:2: error: stray '#' in program
             if(Brick[order[no]][st][i][j])
  ^
0_0_18036440_29125.cpp:34:9: error: stray '#' in program
             if(Brick[order[no]][st][i][j])
         ^
0_0_18036440_29125.cpp:34:16: error: stray '#' in program
             if(Brick[order[no]][st][i][j])
                ^
0_0_18036440_29125.cpp:34:23: error: stray '#' in program
             if(Brick[order[no]][st][i][j])
                       ^
0_0_18036440_29125.cpp:34:30: error: stray '#' in program
             if(Brick[order[no]][st][i][j])
                              ^
0_0_18036440_29125.cpp:34:37: error: stray '#' in program
             if(Brick[order[no]][st][i][j])
                                     ^
0_0_18036440_29125.cpp:35:2: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
  ^
0_0_18036440_29125.cpp:35:9: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
         ^
0_0_18036440_29125.cpp:35:16: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
                ^
0_0_18036440_29125.cpp:35:23: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
                       ^
0_0_18036440_29125.cpp:35:30: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
                              ^
0_0_18036440_29125.cpp:35:37: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
                                     ^
0_0_18036440_29125.cpp:35:44: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
                                            ^
0_0_18036440_29125.cpp:35:51: error: stray '#' in program
                 tetris[Y+i][X+j]=true;
                                                   ^
0_0_18036440_29125.cpp:39:2: error: stray '#' in program
     int x=X,y=Y,s=st,ty=order[no];
  ^
0_0_18036440_29125.cpp:39:9: error: stray '#' in program
     int x=X,y=Y,s=st,ty=order[no];
         ^
0_0_18036440_29125.cpp:40:2: error: stray '#' in program
     if(op=='w')s=(st+1)%4;else
  ^
0_0_18036440_29125.cpp:40:9: error: stray '#' in program
     if(op=='w')s=(st+1)%4;else
         ^
0_0_18036440_29125.cpp:41:2: error: stray '#' in program
     if(op=='s')y--;else
  ^
0_0_18036440_29125.cpp:41:9: error: stray '#' in program
     if(op=='s')y--;else
         ^
0_0_18036440_29125.cpp:42:2: error: stray '#' in program
     if(op=='d')x++;else
  ^
0_0_18036440_29125.cpp:42:9: error: stray '#' in program
     if(op=='d')x++;else
         ^
0_0_18036440_29125.cpp:43:2: error: stray '#' in program
     if(op=='a')x--;
  ^
0_0_18036440_29125.cpp:43:9: error: stray '#' in program
     if(op=='a')x--;
         ^
0_0_18036440_29125.cpp:44:2: error: stray '#' in program
     if(y==0 || x==0)return false;
  ^
0_0_18036440_29125.cpp:44:9: error: stray '#' in program
     if(y==0 || x==0)return false;
         ^
0_0_18036440_29125.cpp:45:2: error: stray '#' in program
     for(int i=0;i<4;i++)
  ^
0_0_18036440_29125.cpp:45:9: error: stray '#' in program
     for(int i=0;i<4;i++)
         ^
0_0_18036440_29125.cpp:46:2: error: stray '#' in program
         for(int j=0;j<4;j++)
  ^
0_0_18036440_29125.cpp:46:9: error: stray '#' in program
         for(int j=0;j<4;j++)
         ^
0_0_18036440_29125.cpp:46:16: error: stray '#' in program
         for(int j=0;j<4;j++)
                ^
0_0_18036440_29125.cpp:46:23: error: stray '#' in program
         for(int j=0;j<4;j++)
                       ^
0_0_18036440_29125.cpp:47:2: error: stray '#' in program
             if(Brick[ty][s][i][j])
  ^
0_0_18036440_29125.cpp:47:9: error: stray '#' in program
             if(Brick[ty][s][i][j])
         ^
0_0_18036440_29125.cpp:47:16: error: stray '#' in program
             if(Brick[ty][s][i][j])
                ^
0_0_18036440_29125.cpp:47:23: error: stray '#' in program
             if(Brick[ty][s][i][j])
                       ^
0_0_18036440_29125.cpp:47:30: error: stray '#' in program
             if(Brick[ty][s][i][j])
                              ^
0_0_18036440_29125.cpp:47:37: error: stray '#' in program
             if(Brick[ty][s][i][j])
                                     ^
0_0_18036440_29125.cpp:48:2: error: stray '#' in program
                 if(x+j>9 || tetris[y+i][x+j])return false;
  ^
0_0_18036440_29125.cpp:48:9: error: stray '#' in program
                 if(x+j>9 || tetris[y+i][x+j])return false;
         ^
0_0_18036440_29125.cpp:48:16: error: stray '#' in program
                 if(x+j>9 || tetris[y+i][x+j])return false;
                ^
0_0_18036440_29125.cpp:48:23: error: stray '#' in program
                 if(x+j>9 || tetris[y+i][x+j])return false;
                       ^
0_0_18036440_29125.cpp:48:30: error: stray '#' in program
     


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-07-01 18:16:30, Gzip enabled