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_13758140_4045.cpp:1:4: error: stray '#' in program
  1 #include <cstdio>
    ^
0_0_13758140_4045.cpp:2:5: error: stray '#' in program
   2 #include <cstring>
     ^
0_0_13758140_4045.cpp:3:5: error: stray '#' in program
   3 #include <cstdlib>
     ^
0_0_13758140_4045.cpp:4:5: error: stray '#' in program
   4 #include <vector>
     ^
0_0_13758140_4045.cpp:5:5: error: stray '#' in program
   5 #include <algorithm>
     ^
0_0_13758140_4045.cpp:1:2: error: expected unqualified-id before numeric constant
  1 #include <cstdio>
  ^
0_0_13758140_4045.cpp:8:3: error: expected unqualified-id before numeric constant
   8 
   ^
0_0_13758140_4045.cpp:10:2: error: expected unqualified-id before numeric constant
  10 
  ^
0_0_13758140_4045.cpp:15:2: error: expected unqualified-id before numeric constant
  15 
  ^
0_0_13758140_4045.cpp:20:2: error: expected unqualified-id before numeric constant
  20 
  ^
0_0_13758140_4045.cpp:26:2: error: expected unqualified-id before numeric constant
  26 
  ^
0_0_13758140_4045.cpp:28:2: error: expected unqualified-id before numeric constant
  28 int EdgeN, TimeFlag;
  ^
0_0_13758140_4045.cpp:29:2: error: expected unqualified-id before numeric constant
  29 node D[MAXN];   //树节点
  ^
0_0_13758140_4045.cpp:30:2: error: expected unqualified-id before numeric constant
  30 int C[MAXN];    //树状数组
  ^
0_0_13758140_4045.cpp:31:2: error: expected unqualified-id before numeric constant
  31 int head[MAXN];
  ^
0_0_13758140_4045.cpp:32:2: error: expected unqualified-id before numeric constant
  32 subTree tree[MAXN];   //子树映射成线性序列之后对应的区间
  ^
0_0_13758140_4045.cpp:33:2: error: expected unqualified-id before numeric constant
  33 Queryy qry[MAXN];     //查询信息
  ^
0_0_13758140_4045.cpp:34:2: error: expected unqualified-id before numeric constant
  34 int weight[MAXN], addr[MAXN];
  ^
0_0_13758140_4045.cpp:35:2: error: expected unqualified-id before numeric constant
  35 int ans[MAXN];
  ^
0_0_13758140_4045.cpp:36:2: error: expected unqualified-id before numeric constant
  36 vector<int> pos[MAXN];
  ^
0_0_13758140_4045.cpp:37:2: error: expected unqualified-id before numeric constant
  37 
  ^
0_0_13758140_4045.cpp:45:2: error: expected unqualified-id before numeric constant
  45 
  ^
0_0_13758140_4045.cpp:55:2: error: expected unqualified-id before numeric constant
  55 
  ^
0_0_13758140_4045.cpp:60:2: error: expected unqualified-id before numeric constant
  60 
  ^


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-07 04:52:27, Gzip enabled