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_13814193_16326.cpp:11:16: error: stray '#' in program
 int n,K,q,need[M];
                ^
0_0_13814193_16326.cpp:11:22: error: stray '#' in program
 int n,K,q,need[M];
                      ^
0_0_13814193_16326.cpp:12:16: error: stray '#' in program
 struct SegTree{
                ^
0_0_13814193_16326.cpp:14:10: error: stray '#' in program
  int Max[M];
          ^
0_0_13814193_16326.cpp:14:16: error: stray '#' in program
  int Max[M];
                ^
0_0_13814193_16326.cpp:16:10: error: stray '#' in program
  SegTree(){}
          ^
0_0_13814193_16326.cpp:16:15: error: stray '#' in program
  SegTree(){}
               ^
0_0_13814193_16326.cpp:16:20: error: stray '#' in program
  SegTree(){}
                    ^
0_0_13814193_16326.cpp:16:26: error: stray '#' in program
  SegTree(){}
                          ^
0_0_13814193_16326.cpp:17:10: error: stray '#' in program
  SegTree(int __l,int __r){
          ^
0_0_13814193_16326.cpp:17:30: error: stray '#' in program
  SegTree(int __l,int __r){
                              ^
0_0_13814193_16326.cpp:17:35: error: stray '#' in program
  SegTree(int __l,int __r){
                                   ^
0_0_13814193_16326.cpp:18:29: error: stray '#' in program
   l = __l ; r = __r; mid = (l+r)>>1;
                             ^
0_0_13814193_16326.cpp:18:37: error: stray '#' in program
   l = __l ; r = __r; mid = (l+r)>>1;
                                     ^
0_0_13814193_16326.cpp:19:6: error: stray '#' in program
   cl(Max,-1); lazy = 0;
      ^
0_0_13814193_16326.cpp:19:17: error: stray '#' in program
   cl(Max,-1); lazy = 0;
                 ^
0_0_13814193_16326.cpp:20:3: error: stray '#' in program
  }
   ^
0_0_13814193_16326.cpp:21:2: error: stray '#' in program
 }t[N<<2];
  ^
0_0_13814193_16326.cpp:21:9: error: stray '#' in program
 }t[N<<2];
         ^
0_0_13814193_16326.cpp:21:18: error: stray '#' in program
 }t[N<<2];
                  ^
0_0_13814193_16326.cpp:23:13: error: stray '#' in program
 void PushUp(int rt){
             ^
0_0_13814193_16326.cpp:23:24: error: stray '#' in program
 void PushUp(int rt){
                        ^
0_0_13814193_16326.cpp:23:29: error: stray '#' in program
 void PushUp(int rt){
                             ^
0_0_13814193_16326.cpp:24:6: error: stray '#' in program
  for(int i = K; i >= 1; i--){
      ^
0_0_13814193_16326.cpp:24:33: error: stray '#' in program
  for(int i = K; i >= 1; i--){
                                 ^
0_0_13814193_16326.cpp:24:38: error: stray '#' in program
  for(int i = K; i >= 1; i--){
                                      ^
0_0_13814193_16326.cpp:25:5: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
     ^
0_0_13814193_16326.cpp:25:12: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
            ^
0_0_13814193_16326.cpp:25:21: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                     ^
0_0_13814193_16326.cpp:25:27: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                           ^
0_0_13814193_16326.cpp:25:38: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                      ^
0_0_13814193_16326.cpp:25:44: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                            ^
0_0_13814193_16326.cpp:25:53: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                     ^
0_0_13814193_16326.cpp:25:60: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                            ^
0_0_13814193_16326.cpp:25:65: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                 ^
0_0_13814193_16326.cpp:25:74: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                          ^
0_0_13814193_16326.cpp:25:80: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                ^
0_0_13814193_16326.cpp:25:89: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                         ^
0_0_13814193_16326.cpp:25:98: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                                  ^
0_0_13814193_16326.cpp:25:105: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                                         ^
0_0_13814193_16326.cpp:25:110: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                                              ^
0_0_13814193_16326.cpp:25:119: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                                                       ^
0_0_13814193_16326.cpp:25:125: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                                                             ^
0_0_13814193_16326.cpp:25:130: error: stray '#' in program
   t[rt].Max[i] = max(t[lson(rt)].Max[i] , t[rson(rt)].Max[i]);
                                                                                                                                  ^
0_0_13814193_16326.cpp:26:3: error: stray '#' in program
  }
   ^
0_0_13814193_16326.cpp:27:2: error: stray '#' in program
 }
  ^
0_0_13814193_16326.cpp:29:15: error: stray '#' in program
 void PushDown(int rt){
               ^
0_0_13814193_16326.cpp:29:26: error: stray '#' in program
 void PushDown(int rt){
                          ^
0_0_13814193_16326.cpp:29:31: error: stray '#' in program
 void PushDown(int rt){
                               ^
0_0_13814193_16326.cpp:30:5: error: stray '#' in program
  if(t[rt].lazy == 0) return ;
     ^
0_0_13814193_16326.cpp:30:11: error: stray '#' in program
  if(t[rt].lazy == 0) return ;
           ^
0_0_13814193_16326.cpp:30:18: error: stray '#' in program
  if(t[rt].lazy == 0) return ;
                  ^
0_0_13814193_16326.cpp:30:33: error: stray '#' in program
  if(t[rt].lazy == 0) return ;
                                 ^
0_0_13814193_16326.cpp:31:4: error: stray '#' in program
  t[lson(rt)].lazy += t[rt].lazy;
    ^
0_0_13814193_16326.cpp:31:13: error: stray '#' in program
  t[lson(rt)].lazy += t[rt].lazy;
             ^
0_0_13814193_16326.cpp:31:20: error: stray '#' in program
  t[lson(rt)].lazy += t[rt].lazy;
                    ^
0_0_13814193_16326.cpp:31:25: error: stray '#' in program
  t[lson(rt)].lazy += t[rt].lazy;
                         ^
0_0_13814193_16326.cpp:31:40: error: stray '#' in program
  t[lson(rt)].lazy += t[rt].lazy;
                                        ^
0_0_13814193_16326.cpp:31:47: error: stray '#' in program
  t[lson(rt)].lazy += t[rt].lazy;
                                               ^
0_0_13814193_16326.cpp:32:4: error: stray '#' in 


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-04 15:52:55, Gzip enabled