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_32838000_1678.cpp:14:2: error: stray '#' in program
     int Size,root,top;
  ^
0_0_32838000_1678.cpp:14:9: error: stray '#' in program
     int Size,root,top;
         ^
0_0_32838000_1678.cpp:15:2: error: stray '#' in program
     int st[maxn],a[maxn];
  ^
0_0_32838000_1678.cpp:15:9: error: stray '#' in program
     int st[maxn],a[maxn];
         ^
0_0_32838000_1678.cpp:16:2: error: stray '#' in program
     int next[maxn][2],pre[maxn],key[maxn],num[maxn];
  ^
0_0_32838000_1678.cpp:16:9: error: stray '#' in program
     int next[maxn][2],pre[maxn],key[maxn],num[maxn];
         ^
0_0_32838000_1678.cpp:17:2: error: stray '#' in program
     int add[maxn],Min[maxn];
  ^
0_0_32838000_1678.cpp:17:9: error: stray '#' in program
     int add[maxn],Min[maxn];
         ^
0_0_32838000_1678.cpp:18:2: error: stray '#' in program
     bool flip[maxn];
  ^
0_0_32838000_1678.cpp:18:9: error: stray '#' in program
     bool flip[maxn];
         ^
0_0_32838000_1678.cpp:21:2: error: stray '#' in program
     void newnode(int &x,int father,int val) {
  ^
0_0_32838000_1678.cpp:21:9: error: stray '#' in program
     void newnode(int &x,int father,int val) {
         ^
0_0_32838000_1678.cpp:22:2: error: stray '#' in program
          if (top != -1) {
  ^
0_0_32838000_1678.cpp:22:9: error: stray '#' in program
          if (top != -1) {
         ^
0_0_32838000_1678.cpp:22:16: error: stray '#' in program
          if (top != -1) {
                ^
0_0_32838000_1678.cpp:22:23: error: stray '#' in program
          if (top != -1) {
                       ^
0_0_32838000_1678.cpp:22:30: error: stray '#' in program
          if (top != -1) {
                              ^
0_0_32838000_1678.cpp:23:2: error: stray '#' in program
                 x = st[top--];
  ^
0_0_32838000_1678.cpp:23:9: error: stray '#' in program
                 x = st[top--];
         ^
0_0_32838000_1678.cpp:23:16: error: stray '#' in program
                 x = st[top--];
                ^
0_0_32838000_1678.cpp:23:23: error: stray '#' in program
                 x = st[top--];
                       ^
0_0_32838000_1678.cpp:23:30: error: stray '#' in program
                 x = st[top--];
                              ^
0_0_32838000_1678.cpp:23:37: error: stray '#' in program
                 x = st[top--];
                                     ^
0_0_32838000_1678.cpp:23:44: error: stray '#' in program
                 x = st[top--];
                                            ^
0_0_32838000_1678.cpp:23:51: error: stray '#' in program
                 x = st[top--];
                                                   ^
0_0_32838000_1678.cpp:24:2: error: stray '#' in program
          }
  ^
0_0_32838000_1678.cpp:24:9: error: stray '#' in program
          }
         ^
0_0_32838000_1678.cpp:24:16: error: stray '#' in program
          }
                ^
0_0_32838000_1678.cpp:24:23: error: stray '#' in program
          }
                       ^
0_0_32838000_1678.cpp:24:30: error: stray '#' in program
          }
                              ^
0_0_32838000_1678.cpp:25:2: error: stray '#' in program
          else x = ++Size;
  ^
0_0_32838000_1678.cpp:25:9: error: stray '#' in program
          else x = ++Size;
         ^
0_0_32838000_1678.cpp:25:16: error: stray '#' in program
          else x = ++Size;
                ^
0_0_32838000_1678.cpp:25:23: error: stray '#' in program
          else x = ++Size;
                       ^
0_0_32838000_1678.cpp:25:30: error: stray '#' in program
          else x = ++Size;
                              ^
0_0_32838000_1678.cpp:26:2: error: stray '#' in program
          next[x][0] = next[x][1] = add[x] = 0;
  ^
0_0_32838000_1678.cpp:26:9: error: stray '#' in program
          next[x][0] = next[x][1] = add[x] = 0;
         ^
0_0_32838000_1678.cpp:26:16: error: stray '#' in program
          next[x][0] = next[x][1] = add[x] = 0;
                ^
0_0_32838000_1678.cpp:26:23: error: stray '#' in program
          next[x][0] = next[x][1] = add[x] = 0;
                       ^
0_0_32838000_1678.cpp:26:30: error: stray '#' in program
          next[x][0] = next[x][1] = add[x] = 0;
                              ^
0_0_32838000_1678.cpp:27:2: error: stray '#' in program
          pre[x] = father;
  ^
0_0_32838000_1678.cpp:27:9: error: stray '#' in program
          pre[x] = father;
         ^
0_0_32838000_1678.cpp:27:16: error: stray '#' in program
          pre[x] = father;
                ^
0_0_32838000_1678.cpp:27:23: error: stray '#' in program
          pre[x] = father;
                       ^
0_0_32838000_1678.cpp:27:30: error: stray '#' in program
          pre[x] = father;
                              ^
0_0_32838000_1678.cpp:28:2: error: stray '#' in program
          key[x] = Min[x] = val;
  ^
0_0_32838000_1678.cpp:28:9: error: stray '#' in program
          key[x] = Min[x] = val;
         ^
0_0_32838000_1678.cpp:28:16: error: stray '#' in program
          key[x] = Min[x] = val;
                ^
0_0_32838000_1678.cpp:28:23: error: stray '#' in program
          key[x] = Min[x] = val;
                       ^
0_0_32838000_1678.cpp:28:30: error: stray '#' in program
          key[x] = Min[x] = val;
                              ^
0_0_32838000_1678.cpp:29:2: error: stray '#' in program
          num[x] = 1;
  ^
0_0_32838000_1678.cpp:29:9: error: stray '#' in program
          num[x] = 1;
         ^
0_0_32838000_1678.cpp:29:16: error: stray '#' in program
          num[x] = 1;
                ^
0_0_32838000_1678.cpp:29:23: error: stray '#' in program
          num[x] = 1;
                       ^
0_0_32838000_1678.cpp:29:30: error: stray '#' in program
          num[x] = 1;
                              ^
0_0_32838000_1678.cpp:30:2: error: stray '#' in program
          flip[x] = false;
  ^
0_0_32838000_1678.cpp:30:9: error: stray '#' in program
          flip[x] = false;
         ^
0_0_32838000_1678.cpp:30:16: error: stray '#' in program
          flip[x] = false;
                ^
0_0_32838000_1678.cpp:30:23: error: stray '#' in program
          flip[x] = false;
                       ^
0_0_32838000_1678.cpp:30:30: error: stray '#' in program
          flip[x] = false;
                              ^
0_0_32838000_1678.cpp:31:2: error: stray '#' in program
     }
  ^
0_0_32838000_1678.cpp:31:9: error: stray '#' in program
     }
         ^
0_0_32838000_1678.cpp:34:2: error: stray '#' in program
     void pushup(int x) {
  ^
0_0_32838000_1678.cpp:34:9: error: stray '#' in program
     void pushup(int x) {
         ^
0_0_32838000_1678.cpp:35:2: error: stray '#' in program
          num[x] = num[next[x][0]]+num[next[x][1]]+1;
  ^
0_0_32838000_1678.cpp:35:9: error: stray '#' in program
          num[x] = num[next[x][0]]+num[next[x][1]]+1;
         ^
0_0_32838000_1678.cpp:35:16: error: stray '#' in program
          num[x] = num[next[x][0]]+num[next[x][1]]+1;
                ^
0_0_32838000_1678.cpp:35:23: error: stray '#' in program
          num[x] = num[next[x][0]]+num[next[x][1]]+1;
                       ^
0_0_32838000_1678.cpp:35:30: error: stray '#' in program
          num[x] = num[next[x][0]]+num[next[x][1]]+1;
                              ^
0_0_32838000_1678.cpp:36:2: error: stray '#' in program
          Min[x] = min(Min[next[x][0]],Min[next[x][1]]);
  ^
0_0_32838000_1678.cpp:36:9: error: stray '#' in program
          Min[x] = min(Min[next[x][0]],Min[next[x][1]]);
         ^
0_0_32838000_1678.cpp:36:16: error: stray '#' in program
          Min[x] = min(Min[next[x][0]],Min[next[x][1]]);
                ^
0_0_32838000_1678.cpp:36:23: error: stray '#' in program
          Min[x] = min(Min[next[x][0]],Min[next[x][1]]);
                       ^
0_0_32838000_1678.cpp:36:30: error: stray 


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-10-02 15:07:48, Gzip enabled