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_19609928_22521.cpp:2:5: error: stray '#' in program
   2 #include "cstdlib"
     ^
0_0_19609928_22521.cpp:3:5: error: stray '#' in program
   3 #include "cstring"
     ^
0_0_19609928_22521.cpp:4:5: error: stray '#' in program
   4 #include "cmath"
     ^
0_0_19609928_22521.cpp:5:5: error: stray '#' in program
   5 #include "cctype"
     ^
0_0_19609928_22521.cpp:6:5: error: stray '#' in program
   6 #include "vector"
     ^
0_0_19609928_22521.cpp:7:5: error: stray '#' in program
   7 #include "set"
     ^
0_0_19609928_22521.cpp:8:5: error: stray '#' in program
   8 #include "map"
     ^
0_0_19609928_22521.cpp:9:5: error: stray '#' in program
   9 #include "string"
     ^
0_0_19609928_22521.cpp:10:5: error: stray '#' in program
  10 #include "algorithm"
     ^
0_0_19609928_22521.cpp:11:5: error: stray '#' in program
  11 #include "stack"
     ^
0_0_19609928_22521.cpp:12:5: error: stray '#' in program
  12 #include "queue"
     ^
0_0_19609928_22521.cpp:14:5: error: stray '#' in program
  14 #define INF 0x7fffffffffffffff
     ^
0_0_19609928_22521.cpp:15:5: error: stray '#' in program
  15 #define reset(a) memset(a, 0, sizeof(a))
     ^
0_0_19609928_22521.cpp:16:5: error: stray '#' in program
  16 #define copy(a, b) memcpy(a, b, sizeof(b))
     ^
0_0_19609928_22521.cpp:17:5: error: stray '#' in program
  17 #define FMAX (1E300)
     ^
0_0_19609928_22521.cpp:18:5: error: stray '#' in program
  18 #define MAX 1000000000
     ^
0_0_19609928_22521.cpp:19:5: error: stray '#' in program
  19 #define feq(a, b) (fabs((a)-(b))<1E-6)
     ^
0_0_19609928_22521.cpp:20:5: error: stray '#' in program
  20 #define flq(a, b) ((a)<(b)||feq(a, b))
     ^
0_0_19609928_22521.cpp:21:5: error: stray '#' in program
  21 #define MAXN 10005
     ^
0_0_19609928_22521.cpp:22:5: error: stray '#' in program
  22 #define BASE 137
     ^
0_0_19609928_22521.cpp:23:5: error: stray '#' in program
  23 #define PASS puts("pass")
     ^
0_0_19609928_22521.cpp:24:5: error: stray '#' in program
  24 #define filein freopen("test.in", "r", stdin)
     ^
0_0_19609928_22521.cpp:25:5: error: stray '#' in program
  25 #define fileout freopen("test.out", "w", stdout)
     ^
0_0_19609928_22521.cpp:26:5: error: stray '#' in program
  26 #define eps 1e-4
     ^
0_0_19609928_22521.cpp:27:5: error: stray '#' in program
  27 #define max2(a, b) ((a) > (b) ? (a) : (b))
     ^
0_0_19609928_22521.cpp:28:5: error: stray '#' in program
  28 #define min2(a, b) ((a) < (b) ? (a) : (b))
     ^
0_0_19609928_22521.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include "cstdlib"
   ^
0_0_19609928_22521.cpp:31:2: error: expected unqualified-id before numeric constant
  31 
  ^
0_0_19609928_22521.cpp:34:2: error: expected unqualified-id before numeric constant
  34 set<int> ns;
  ^
0_0_19609928_22521.cpp:35:2: error: expected unqualified-id before numeric constant
  35 set<int>::iterator it;
  ^
0_0_19609928_22521.cpp:36:2: error: expected unqualified-id before numeric constant
  36 bool vis[10001];
  ^
0_0_19609928_22521.cpp:37:2: error: expected unqualified-id before numeric constant
  37 queue<int> Q;
  ^
0_0_19609928_22521.cpp:38:2: error: expected unqualified-id before numeric constant
  38 
  ^


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-05 21:47:14, Gzip enabled