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_25049273_20454.cpp:4:3: error: stray '#' in program
 4.#include <cstdio>  
   ^
0_0_25049273_20454.cpp:5:3: error: stray '#' in program
 5.#include <ctime>  
   ^
0_0_25049273_20454.cpp:6:3: error: stray '#' in program
 6.#include <cstdlib>  
   ^
0_0_25049273_20454.cpp:7:3: error: stray '#' in program
 7.#include <cstring>  
   ^
0_0_25049273_20454.cpp:8:3: error: stray '#' in program
 8.#include <queue>  
   ^
0_0_25049273_20454.cpp:9:3: error: stray '#' in program
 9.#include <string>  
   ^
0_0_25049273_20454.cpp:10:4: error: stray '#' in program
 10.#include <set>  
    ^
0_0_25049273_20454.cpp:11:4: error: stray '#' in program
 11.#include <stack>  
    ^
0_0_25049273_20454.cpp:12:4: error: stray '#' in program
 12.#include <map>  
    ^
0_0_25049273_20454.cpp:13:4: error: stray '#' in program
 13.#include <cmath>  
    ^
0_0_25049273_20454.cpp:14:4: error: stray '#' in program
 14.#include <vector>  
    ^
0_0_25049273_20454.cpp:15:4: error: stray '#' in program
 15.#include <iostream>  
    ^
0_0_25049273_20454.cpp:16:4: error: stray '#' in program
 16.#include <algorithm>  
    ^
0_0_25049273_20454.cpp:19:4: error: stray '#' in program
 19.#define FF(i, a, b) for(int i = (a); i < (b); ++i)  
    ^
0_0_25049273_20454.cpp:20:4: error: stray '#' in program
 20.#define FE(i, a, b) for(int i = (a); i <= (b); ++i)  
    ^
0_0_25049273_20454.cpp:21:4: error: stray '#' in program
 21.#define FED(i, b, a) for(int i = (b); i>= (a); --i)  
    ^
0_0_25049273_20454.cpp:22:4: error: stray '#' in program
 22.#define REP(i, N) for(int i = 0; i < (N); ++i)  
    ^
0_0_25049273_20454.cpp:23:4: error: stray '#' in program
 23.#define CLR(A,value) memset(A,value,sizeof(A))  
    ^
0_0_25049273_20454.cpp:25:4: error: stray '#' in program
 25.#define SZ(V) (int)V.size()  
    ^
0_0_25049273_20454.cpp:26:4: error: stray '#' in program
 26.#define PB push_back  
    ^
0_0_25049273_20454.cpp:28:4: error: stray '#' in program
 28.#define RI(n) scanf("%d", &n)  
    ^
0_0_25049273_20454.cpp:29:4: error: stray '#' in program
 29.#define RII(n, m) scanf("%d%d", &n, &m)  
    ^
0_0_25049273_20454.cpp:30:4: error: stray '#' in program
 30.#define RIII(n, m, k) scanf("%d%d%d", &n, &m, &k)  
    ^
0_0_25049273_20454.cpp:31:4: error: stray '#' in program
 31.#define RIV(n, m, k, p) scanf("%d%d%d%d", &n, &m, &k, &p)  
    ^
0_0_25049273_20454.cpp:33:4: error: stray '#' in program
 33.#define WI(n) printf("%d\n", n)  
    ^
0_0_25049273_20454.cpp:2:1: error: expected unqualified-id before numeric constant
 2.//#pragma comment (linker, "/STACK:16777216")  
 ^
0_0_25049273_20454.cpp:18:1: error: expected unqualified-id before numeric constant
 18.//LOOP  
 ^
0_0_25049273_20454.cpp:19:41: error: 'i' does not name a type
 19.#define FF(i, a, b) for(int i = (a); i < (b); ++i)  
                                         ^
0_0_25049273_20454.cpp:19:50: error: expected unqualified-id before '++' token
 19.#define FF(i, a, b) for(int i = (a); i < (b); ++i)  
                                                  ^
0_0_25049273_20454.cpp:20:41: error: 'i' does not name a type
 20.#define FE(i, a, b) for(int i = (a); i <= (b); ++i)  
                                         ^
0_0_25049273_20454.cpp:20:51: error: expected unqualified-id before '++' token
 20.#define FE(i, a, b) for(int i = (a); i <= (b); ++i)  
                                                   ^
0_0_25049273_20454.cpp:21:42: error: 'i' does not name a type
 21.#define FED(i, b, a) for(int i = (b); i>= (a); --i)  
                                          ^
0_0_25049273_20454.cpp:21:51: error: expected unqualified-id before '--' token
 21.#define FED(i, b, a) for(int i = (b); i>= (a); --i)  
                                                   ^
0_0_25049273_20454.cpp:22:37: error: 'i' does not name a type
 22.#define REP(i, N) for(int i = 0; i < (N); ++i)  
                                     ^
0_0_25049273_20454.cpp:22:46: error: expected unqualified-id before '++' token
 22.#define REP(i, N) for(int i = 0; i < (N); ++i)  
                                              ^
0_0_25049273_20454.cpp:35:1: error: expected unqualified-id before numeric constant
 35.typedef unsigned long long ULL;  
 ^
0_0_25049273_20454.cpp:36:1: error: expected unqualified-id before numeric constant
 36.typedef vector <int> VI;  
 ^
0_0_25049273_20454.cpp:37:1: error: expected unqualified-id before numeric constant
 37.const int INF = 100000000;  
 ^
0_0_25049273_20454.cpp:38:1: error: expected unqualified-id before numeric constant
 38.const double eps = 1e-10;  
 ^
0_0_25049273_20454.cpp:39:1: error: expected unqualified-id before numeric constant
 39.const int maxn = 10;  
 ^
0_0_25049273_20454.cpp:40:1: error: expected unqualified-id before numeric constant
 40.const LL MOD = 1e9 + 7;  
 ^
0_0_25049273_20454.cpp:41:1: error: expected unqualified-id before numeric constant
 41.  
 ^
0_0_25049273_20454.cpp:43:1: error: expected unqualified-id before numeric constant
 43.int mat[maxn][maxn];  
 ^
0_0_25049273_20454.cpp:44:1: error: expected unqualified-id before numeric constant
 44.int dir[][2] = {{-1, -1}, {-1, 0}, {-1, 1}, {0, -1},  
 ^


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 04:06:35, Gzip enabled