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_24704065_9656.cpp:1:3: error: stray '#' in program
 1.#include<cstdio>  
   ^
0_0_24704065_9656.cpp:2:3: error: stray '#' in program
 2.#include<iostream>  
   ^
0_0_24704065_9656.cpp:3:3: error: stray '#' in program
 3.#include<cstring>  
   ^
0_0_24704065_9656.cpp:4:3: error: stray '#' in program
 4.#include<string>  
   ^
0_0_24704065_9656.cpp:5:3: error: stray '#' in program
 5.#include<algorithm>  
   ^
0_0_24704065_9656.cpp:6:3: error: stray '#' in program
 6.#include<map>  
   ^
0_0_24704065_9656.cpp:7:3: error: stray '#' in program
 7.#include<set>  
   ^
0_0_24704065_9656.cpp:8:3: error: stray '#' in program
 8.#include<vector>  
   ^
0_0_24704065_9656.cpp:9:3: error: stray '#' in program
 9.#include<queue>  
   ^
0_0_24704065_9656.cpp:10:4: error: stray '#' in program
 10.#include<cstdlib>  
    ^
0_0_24704065_9656.cpp:11:4: error: stray '#' in program
 11.#include<ctime>  
    ^
0_0_24704065_9656.cpp:12:4: error: stray '#' in program
 12.#include<cmath>  
    ^
0_0_24704065_9656.cpp:15:4: error: stray '#' in program
 15.#define N 505  
    ^
0_0_24704065_9656.cpp:16:4: error: stray '#' in program
 16.#define M 53  
    ^
0_0_24704065_9656.cpp:17:4: error: stray '#' in program
 17.#define inf 100000000  
    ^
0_0_24704065_9656.cpp:1:1: error: expected unqualified-id before numeric constant
 1.#include<cstdio>  
 ^
0_0_24704065_9656.cpp:1:30: error: expected constructor, destructor, or type conversion before ';' token
 1.#include<cstdio>  
                              ^
0_0_24704065_9656.cpp:2:1: error: expected unqualified-id before numeric constant
 2.#include<iostream>  
 ^
0_0_24704065_9656.cpp:2:32: error: expected constructor, destructor, or type conversion before ';' token
 2.#include<iostream>  
                                ^
0_0_24704065_9656.cpp:3:1: error: expected unqualified-id before numeric constant
 3.#include<cstring>  
 ^
0_0_24704065_9656.cpp:3:31: error: expected constructor, destructor, or type conversion before ';' token
 3.#include<cstring>  
                               ^
0_0_24704065_9656.cpp:4:1: error: expected unqualified-id before numeric constant
 4.#include<string>  
 ^
0_0_24704065_9656.cpp:4:30: error: expected constructor, destructor, or type conversion before ';' token
 4.#include<string>  
                              ^
0_0_24704065_9656.cpp:5:1: error: expected unqualified-id before numeric constant
 5.#include<algorithm>  
 ^
0_0_24704065_9656.cpp:5:33: error: expected constructor, destructor, or type conversion before ';' token
 5.#include<algorithm>  
                                 ^
0_0_24704065_9656.cpp:6:1: error: expected unqualified-id before numeric constant
 6.#include<map>  
 ^
0_0_24704065_9656.cpp:6:27: error: expected constructor, destructor, or type conversion before ';' token
 6.#include<map>  
                           ^
0_0_24704065_9656.cpp:7:1: error: expected unqualified-id before numeric constant
 7.#include<set>  
 ^
0_0_24704065_9656.cpp:7:27: error: expected constructor, destructor, or type conversion before ';' token
 7.#include<set>  
                           ^
0_0_24704065_9656.cpp:8:1: error: expected unqualified-id before numeric constant
 8.#include<vector>  
 ^
0_0_24704065_9656.cpp:8:30: error: expected constructor, destructor, or type conversion before ';' token
 8.#include<vector>  
                              ^
0_0_24704065_9656.cpp:9:1: error: expected unqualified-id before numeric constant
 9.#include<queue>  
 ^
0_0_24704065_9656.cpp:9:29: error: expected constructor, destructor, or type conversion before ';' token
 9.#include<queue>  
                             ^
0_0_24704065_9656.cpp:10:1: error: expected unqualified-id before numeric constant
 10.#include<cstdlib>  
 ^
0_0_24704065_9656.cpp:10:32: error: expected constructor, destructor, or type conversion before ';' token
 10.#include<cstdlib>  
                                ^
0_0_24704065_9656.cpp:11:1: error: expected unqualified-id before numeric constant
 11.#include<ctime>  
 ^
0_0_24704065_9656.cpp:11:30: error: expected constructor, destructor, or type conversion before ';' token
 11.#include<ctime>  
                              ^
0_0_24704065_9656.cpp:12:1: error: expected unqualified-id before numeric constant
 12.#include<cmath>  
 ^
0_0_24704065_9656.cpp:12:30: error: expected constructor, destructor, or type conversion before ';' token
 12.#include<cmath>  
                              ^
0_0_24704065_9656.cpp:13:1: error: expected unqualified-id before numeric constant
 13.using namespace std;  
 ^
0_0_24704065_9656.cpp:13:24: error: expected identifier before '&' token
 13.using namespace std;  
                        ^
0_0_24704065_9656.cpp:13:29: error: expected constructor, destructor, or type conversion before ';' token
 13.using namespace std;  
                             ^
0_0_24704065_9656.cpp:13:30: error: 'std' does not name a type
 13.using namespace std;  
                              ^
0_0_24704065_9656.cpp:13:39: error: expected constructor, destructor, or type conversion before ';' token
 13.using namespace std;  
                                       ^
0_0_24704065_9656.cpp:13:45: error: expected constructor, destructor, or type conversion before ';' token
 13.using namespace std;  
                                             ^
0_0_24704065_9656.cpp:14:1: error: expected unqualified-id before numeric constant
 14.typedef unsigned long long LL;  
 ^
0_0_24704065_9656.cpp:14:26: error: 'nbsp' declared as reference but not initialized
 14.typedef unsigned long long LL;  
                          ^
0_0_24704065_9656.cpp:14:36: error: conflicting declaration 'long int& nbsp'
 14.typedef unsigned long long LL;  
                                    ^
0_0_24704065_9656.cpp:14:26: note: previous declaration as 'unsigned int& nbsp'
 14.typedef unsigned long long LL;  
                          ^
0_0_24704065_9656.cpp:14:46: error: conflicting declaration 'long int& nbsp'
 14.typedef unsigned long long LL;  
                                              ^
0_0_24704065_9656.cpp:14:26: note: previous declaration as 'unsigned int& nbsp'
 14.typedef unsigned long long LL;  
                          ^
0_0_24704065_9656.cpp:14:51: error: 'LL' does not name a type
 14.typedef unsigned long long LL;  
                                                   ^
0_0_24704065_9656.cpp:14:59: error: expected constructor, destructor, or type conversion before ';' token
 14.typedef unsigned long long LL;  
                                                           ^
0_0_24704065_9656.cpp:14:65: error: expected constructor, destructor, or type conversion before ';' token
 14.typedef unsigned long long LL;  
                                                                 ^
0_0_24704065_9656.cpp:15:1: error: expected unqualified-id before numeric constant
 15.#define N 505  
 ^
0_0_24704065_9656.cpp:15:17: error: 'N' does not name a type
 15.#define N 505  
                 ^
0_0_24704065_9656.cpp:15:24: error: expected unqualified-id before numeric constant
 15.#define N 505  
                        ^
0_0_24704065_9656.cpp:15:38: error: expected constructor, destructor, or type conversion before ';' token
 15.#define N 505  
                                      ^
0_0_24704065_9656.cpp:16:1: error: expected unqualified-id before numeric constant
 16.#define M 53  
 ^
0_0_24704065_9656.cpp:16:17: error: 'M' does not name a type
 16.#define M 53  
                 ^
0_0_24704065_9656.cpp:16:24: error: expected unqualified-id before numeric constant
 16.#define M 53  
                        ^
0_0_24704065_9656.cpp:16:37: error: expected constructor, destructor, or type conversion before ';' token
 16.#define M 53  
                                     ^
0_0_24704065_9656.cpp:17:1: error: expected unqualified-id before numeric constant
 17.#define inf 100000000  
 ^
0_0_24704065_9656.cpp:17:17: error: 'inf' does not name a type
 17.#define inf 100000000  
                 ^
0_0_24704065_9656.cpp:17:26: error: expected unqualified-id before numeric constant
 17.#define inf 100000000  
                          ^
0_0_24704065_9656.cpp:17:46: error: expected constructor, destructor, or type conversion before ';' token
 17.#define inf 100000000  
                                              ^
0_0_24704065_9656.cpp:18:1: error: expected unqualified-id before numeric constant
 18.  
 ^
0_0_24704065_9656.cpp:18:15: e


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-11-26 23:57:38, Gzip enabled