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_37310733_21890.cpp:2:5: error: stray '#' in program
   3 #include <sstream>
     ^
0_0_37310733_21890.cpp:3:5: error: stray '#' in program
   4 #include <string>
     ^
0_0_37310733_21890.cpp:4:5: error: stray '#' in program
   5 #include <map>
     ^
0_0_37310733_21890.cpp:5:5: error: stray '#' in program
   6 #include <queue>
     ^
0_0_37310733_21890.cpp:6:5: error: stray '#' in program
   7 #include <set>
     ^
0_0_37310733_21890.cpp:7:5: error: stray '#' in program
   8 #include <stack>
     ^
0_0_37310733_21890.cpp:8:5: error: stray '#' in program
   9 #include <vector>
     ^
0_0_37310733_21890.cpp:9:5: error: stray '#' in program
  10 #include <deque>
     ^
0_0_37310733_21890.cpp:10:5: error: stray '#' in program
  11 #include <algorithm>
     ^
0_0_37310733_21890.cpp:11:5: error: stray '#' in program
  12 #include <cstdio>
     ^
0_0_37310733_21890.cpp:12:5: error: stray '#' in program
  13 #include <cmath>
     ^
0_0_37310733_21890.cpp:13:5: error: stray '#' in program
  14 #include <ctime>
     ^
0_0_37310733_21890.cpp:14:5: error: stray '#' in program
  15 #include <cstring>
     ^
0_0_37310733_21890.cpp:15:5: error: stray '#' in program
  16 #include <climits>
     ^
0_0_37310733_21890.cpp:16:5: error: stray '#' in program
  17 #include <cctype>
     ^
0_0_37310733_21890.cpp:17:5: error: stray '#' in program
  18 #include <cassert>
     ^
0_0_37310733_21890.cpp:18:5: error: stray '#' in program
  19 #include <functional>
     ^
0_0_37310733_21890.cpp:19:5: error: stray '#' in program
  20 #include <iterator>
     ^
0_0_37310733_21890.cpp:20:5: error: stray '#' in program
  21 #include <iomanip>
     ^
0_0_37310733_21890.cpp:24:5: error: stray '#' in program
  25 #define sti                set<int>
     ^
0_0_37310733_21890.cpp:25:5: error: stray '#' in program
  26 #define stpii            set<pair<int, int> >
     ^
0_0_37310733_21890.cpp:26:5: error: stray '#' in program
  27 #define mpii            map<int,int>
     ^
0_0_37310733_21890.cpp:27:5: error: stray '#' in program
  28 #define vi                vector<int>
     ^
0_0_37310733_21890.cpp:28:5: error: stray '#' in program
  29 #define pii                pair<int,int>
     ^
0_0_37310733_21890.cpp:29:5: error: stray '#' in program
  30 #define vpii            vector<pair<int,int> >
     ^
0_0_37310733_21890.cpp:30:5: error: stray '#' in program
  31 #define rep(i, a, n)     for (int i=a;i<n;++i)
     ^
0_0_37310733_21890.cpp:31:5: error: stray '#' in program
  32 #define per(i, a, n)     for (int i=n-1;i>=a;--i)
     ^
0_0_37310733_21890.cpp:32:5: error: stray '#' in program
  33 #define clr                clear
     ^
0_0_37310733_21890.cpp:33:5: error: stray '#' in program
  34 #define pb                 push_back
     ^
0_0_37310733_21890.cpp:34:5: error: stray '#' in program
  35 #define mp                 make_pair
     ^
0_0_37310733_21890.cpp:35:5: error: stray '#' in program
  36 #define fir                first
     ^
0_0_37310733_21890.cpp:36:5: error: stray '#' in program
  37 #define sec                second
     ^
0_0_37310733_21890.cpp:37:5: error: stray '#' in program
  38 #define all(x)             (x).begin(),(x).end()
     ^
0_0_37310733_21890.cpp:38:5: error: stray '#' in program
  39 #define SZ(x)             ((int)(x).size())
     ^
0_0_37310733_21890.cpp:39:5: error: stray '#' in program
  40 #define lson            l, mid, rt<<1
     ^
0_0_37310733_21890.cpp:40:5: error: stray '#' in program
  41 #define rson            mid+1, r, rt<<1|1
     ^
0_0_37310733_21890.cpp:103:9: error: stray '#' in program
 104     #ifndef ONLINE_JUDGE
         ^
0_0_37310733_21890.cpp:106:9: error: stray '#' in program
 107     #endif
         ^
0_0_37310733_21890.cpp:114:9: error: stray '#' in program
 115     #ifndef ONLINE_JUDGE
         ^
0_0_37310733_21890.cpp:116:9: error: stray '#' in program
 117     #endif
         ^
0_0_37310733_21890.cpp:2:3: error: expected unqualified-id before numeric constant
   3 #include <sstream>
   ^
0_0_37310733_21890.cpp:22:2: error: expected unqualified-id before numeric constant
  23 //#pragma comment(linker,"/STACK:102400000,1024000")
  ^
0_0_37310733_21890.cpp:30:43: error: 'i' does not name a type
  31 #define rep(i, a, n)     for (int i=a;i<n;++i)
                                           ^
0_0_37310733_21890.cpp:30:47: error: expected unqualified-id before '++' token
  31 #define rep(i, a, n)     for (int i=a;i<n;++i)
                                               ^
0_0_37310733_21890.cpp:31:45: error: 'i' does not name a type
  32 #define per(i, a, n)     for (int i=n-1;i>=a;--i)
                                             ^
0_0_37310733_21890.cpp:31:50: error: expected unqualified-id before '--' token
  32 #define per(i, a, n)     for (int i=n-1;i>=a;--i)
                                                  ^
0_0_37310733_21890.cpp:43:2: error: expected unqualified-id before numeric constant
  44 int pre[maxn], len[maxn], pos[maxn];
  ^
0_0_37310733_21890.cpp:44:2: error: expected unqualified-id before numeric constant
  45 int dp[20][maxn];
  ^
0_0_37310733_21890.cpp:45:2: error: expected unqualified-id before numeric constant
  46 int a[maxn];
  ^
0_0_37310733_21890.cpp:46:2: error: expected unqualified-id before numeric constant
  47 int n;
  ^
0_0_37310733_21890.cpp:47:2: error: expected unqualified-id before numeric constant
  48 
  ^
0_0_37310733_21890.cpp:57:2: error: expected unqualified-id before numeric constant
  58 
  ^
0_0_37310733_21890.cpp:69:2: error: expected unqualified-id before numeric constant
  70 
  ^


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.000000(s) query 1, Server time : 2025-02-17 07:36:17, Gzip enabled