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_25042843_21915.cpp:7:2: error: stray '#' in program
  
  ^
0_0_25042843_21915.cpp:9:2: error: stray '#' in program
  
  ^
0_0_25042843_21915.cpp:12:2: error: stray '#' in program
   int t1,t2;
  ^
0_0_25042843_21915.cpp:12:8: error: stray '#' in program
   int t1,t2;
        ^
0_0_25042843_21915.cpp:13:2: error: stray '#' in program
   bool cmp(const int &u,const int &v)
  ^
0_0_25042843_21915.cpp:13:8: error: stray '#' in program
   bool cmp(const int &u,const int &v)
        ^
0_0_25042843_21915.cpp:14:2: error: stray '#' in program
   { return t1*x[u]+t2*y[u]>t1*x[v]+t2*y[v]; }
  ^
0_0_25042843_21915.cpp:14:8: error: stray '#' in program
   { return t1*x[u]+t2*y[u]>t1*x[v]+t2*y[v]; }
        ^
0_0_25042843_21915.cpp:15:2: error: stray '#' in program
   int n,h[210],e[210];
  ^
0_0_25042843_21915.cpp:15:8: error: stray '#' in program
   int n,h[210],e[210];
        ^
0_0_25042843_21915.cpp:16:2: error: stray '#' in program
   void del(int i)
  ^
0_0_25042843_21915.cpp:16:8: error: stray '#' in program
   void del(int i)
        ^
0_0_25042843_21915.cpp:17:2: error: stray '#' in program
   {
  ^
0_0_25042843_21915.cpp:17:8: error: stray '#' in program
   {
        ^
0_0_25042843_21915.cpp:18:2: error: stray '#' in program
     e[h[i]]=0;
  ^
0_0_25042843_21915.cpp:18:8: error: stray '#' in program
     e[h[i]]=0;
        ^
0_0_25042843_21915.cpp:18:14: error: stray '#' in program
     e[h[i]]=0;
              ^
0_0_25042843_21915.cpp:18:20: error: stray '#' in program
     e[h[i]]=0;
                    ^
0_0_25042843_21915.cpp:19:2: error: stray '#' in program
     if (i==n)
  ^
0_0_25042843_21915.cpp:19:8: error: stray '#' in program
     if (i==n)
        ^
0_0_25042843_21915.cpp:19:14: error: stray '#' in program
     if (i==n)
              ^
0_0_25042843_21915.cpp:19:20: error: stray '#' in program
     if (i==n)
                    ^
0_0_25042843_21915.cpp:20:2: error: stray '#' in program
     { n--; return; }
  ^
0_0_25042843_21915.cpp:20:8: error: stray '#' in program
     { n--; return; }
        ^
0_0_25042843_21915.cpp:20:14: error: stray '#' in program
     { n--; return; }
              ^
0_0_25042843_21915.cpp:20:20: error: stray '#' in program
     { n--; return; }
                    ^
0_0_25042843_21915.cpp:21:2: error: stray '#' in program
     h[i]=h[n--]; e[h[i]]=i;
  ^
0_0_25042843_21915.cpp:21:8: error: stray '#' in program
     h[i]=h[n--]; e[h[i]]=i;
        ^
0_0_25042843_21915.cpp:21:14: error: stray '#' in program
     h[i]=h[n--]; e[h[i]]=i;
              ^
0_0_25042843_21915.cpp:21:20: error: stray '#' in program
     h[i]=h[n--]; e[h[i]]=i;
                    ^
0_0_25042843_21915.cpp:22:2: error: stray '#' in program
     down(i); up(i);
  ^
0_0_25042843_21915.cpp:22:8: error: stray '#' in program
     down(i); up(i);
        ^
0_0_25042843_21915.cpp:22:14: error: stray '#' in program
     down(i); up(i);
              ^
0_0_25042843_21915.cpp:22:20: error: stray '#' in program
     down(i); up(i);
                    ^
0_0_25042843_21915.cpp:23:2: error: stray '#' in program
   }
  ^
0_0_25042843_21915.cpp:23:8: error: stray '#' in program
   }
        ^
0_0_25042843_21915.cpp:24:2: error: stray '#' in program
   void build(void)
  ^
0_0_25042843_21915.cpp:24:8: error: stray '#' in program
   void build(void)
        ^
0_0_25042843_21915.cpp:25:2: error: stray '#' in program
   {
  ^
0_0_25042843_21915.cpp:25:8: error: stray '#' in program
   {
        ^
0_0_25042843_21915.cpp:26:2: error: stray '#' in program
     for(int i=(n>>1);i>=1;i--)
  ^
0_0_25042843_21915.cpp:26:8: error: stray '#' in program
     for(int i=(n>>1);i>=1;i--)
        ^
0_0_25042843_21915.cpp:26:14: error: stray '#' in program
     for(int i=(n>>1);i>=1;i--)
              ^
0_0_25042843_21915.cpp:26:20: error: stray '#' in program
     for(int i=(n>>1);i>=1;i--)
                    ^
0_0_25042843_21915.cpp:27:2: error: stray '#' in program
       down(i);
  ^
0_0_25042843_21915.cpp:27:8: error: stray '#' in program
       down(i);
        ^
0_0_25042843_21915.cpp:27:14: error: stray '#' in program
       down(i);
              ^
0_0_25042843_21915.cpp:27:20: error: stray '#' in program
       down(i);
                    ^
0_0_25042843_21915.cpp:27:26: error: stray '#' in program
       down(i);
                          ^
0_0_25042843_21915.cpp:27:32: error: stray '#' in program
       down(i);
                                ^
0_0_25042843_21915.cpp:28:2: error: stray '#' in program
   }
  ^
0_0_25042843_21915.cpp:28:8: error: stray '#' in program
   }
        ^
0_0_25042843_21915.cpp:29:2: error: stray '#' in program
   void up(int i)
  ^
0_0_25042843_21915.cpp:29:8: error: stray '#' in program
   void up(int i)
        ^
0_0_25042843_21915.cpp:30:2: error: stray '#' in program
   {
  ^
0_0_25042843_21915.cpp:30:8: error: stray '#' in program
   {
        ^
0_0_25042843_21915.cpp:31:2: error: stray '#' in program
     int t,j;
  ^
0_0_25042843_21915.cpp:31:8: error: stray '#' in program
     int t,j;
        ^
0_0_25042843_21915.cpp:31:14: error: stray '#' in program
     int t,j;
              ^
0_0_25042843_21915.cpp:31:20: error: stray '#' in program
     int t,j;
                    ^
0_0_25042843_21915.cpp:32:2: error: stray '#' in program
     while(i>1)
  ^
0_0_25042843_21915.cpp:32:8: error: stray '#' in program
     while(i>1)
        ^
0_0_25042843_21915.cpp:32:14: error: stray '#' in program
     while(i>1)
              ^
0_0_25042843_21915.cpp:32:20: error: stray '#' in program
     while(i>1)
                    ^
0_0_25042843_21915.cpp:33:2: error: stray '#' in program
     {
  ^
0_0_25042843_21915.cpp:33:8: error: stray '#' in program
     {
        ^
0_0_25042843_21915.cpp:33:14: error: stray '#' in program
     {
              ^
0_0_25042843_21915.cpp:33:20: error: stray '#' in program
     {
                    ^
0_0_25042843_21915.cpp:34:2: error: stray '#' in program
       j=(i>>1);
  ^
0_0_25042843_21915.cpp:34:8: error: stray '#' in program
       j=(i>>1);
        ^
0_0_25042843_21915.cpp:34:14: error: stray '#' in program
       j=(i>>1);
              ^
0_0_25042843_21915.cpp:34:20: error: stray '#' in program
       j=(i>>1);
                    ^
0_0_25042843_21915.cpp:34:26: error: stray '#' in program
       j=(i>>1);
                          ^
0_0_25042843_21915.cpp:34:32: error: stray '#' in program
       j=(i>>1);
                                ^
0_0_25042843_21915.cpp:35:2: error: stray '#' in program
       if (cmp(h[i],h[j]))
  ^
0_0_25042843_21915.cpp:35:8: error: stray '#' in program
       if (cmp(h[i],h[j]))
        ^
0_0_25042843_21915.cpp:35:14: error: stray '#' in program
       if (cmp(h[i],h[j]))
              ^
0_0_25042843_21915.cpp:35:20: error: stray '#' in program
       if (cmp(h[i],h[j]))
                    ^
0_0_25042843_21915.cpp:35:26: error: stray '#' in program
       if (cmp(h[i],h[j]))
                          ^
0_0_25042843_21915.cpp:35:32: error: stray '#' in program
       if (cmp(h[i],h[j]))
                                ^
0_0_25042843_21915.cpp:36:2: error: stray '#' in program
       {
  ^
0_0_25042843_21915.cpp:36:8: error: stray '#' in program
       {
        ^
0_0_25042843_21915.cpp:36:14: error: stray '#' in program
       {
              ^
0_0_25042843_21915.cpp:36:20: error: stray '#' in program
       {
                    ^
0_0_25042843_21915.cpp:36:26: error: stray '#' in program
       {
                          ^
0_0_25042843_21915.cpp:36:32: error: stray '#' in program
       {
                                ^
0_0_25042843_21915.cpp:37:2: error: stray 


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001001(s) query 1, Server time : 2025-01-10 21:36:18, Gzip enabled