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_13804184_12657.cpp:2:4: error: stray '#' in program
  2 #include <cstdio>
    ^
0_0_13804184_12657.cpp:3:4: error: stray '#' in program
  3 #include <cmath>
    ^
0_0_13804184_12657.cpp:4:4: error: stray '#' in program
  4 #include <vector>
    ^
0_0_13804184_12657.cpp:5:4: error: stray '#' in program
  5 #include <cstring>
    ^
0_0_13804184_12657.cpp:6:4: error: stray '#' in program
  6 #include <algorithm>
    ^
0_0_13804184_12657.cpp:7:4: error: stray '#' in program
  7 #include <string>
    ^
0_0_13804184_12657.cpp:8:4: error: stray '#' in program
  8 #include <set>
    ^
0_0_13804184_12657.cpp:9:4: error: stray '#' in program
  9 #include <ctime>
    ^
0_0_13804184_12657.cpp:10:4: error: stray '#' in program
 10 #include <queue>
    ^
0_0_13804184_12657.cpp:11:4: error: stray '#' in program
 11 #include <map>
    ^
0_0_13804184_12657.cpp:12:4: error: stray '#' in program
 12 #include <functional>
    ^
0_0_13804184_12657.cpp:13:4: error: stray '#' in program
 13 #include <numeric>
    ^
0_0_13804184_12657.cpp:14:4: error: stray '#' in program
 14 #include <sstream>
    ^
0_0_13804184_12657.cpp:15:4: error: stray '#' in program
 15 #include <stack>
    ^
0_0_13804184_12657.cpp:17:4: error: stray '#' in program
 17 #define CL(arr, val)    memset(arr, val, sizeof(arr))
    ^
0_0_13804184_12657.cpp:18:4: error: stray '#' in program
 18 #define REP(i, n)       for((i) = 0; (i) < (n); ++(i))
    ^
0_0_13804184_12657.cpp:19:4: error: stray '#' in program
 19 #define FOR(i, l, h)    for((i) = (l); (i) <= (h); ++(i))
    ^
0_0_13804184_12657.cpp:20:4: error: stray '#' in program
 20 #define FORD(i, h, l)   for((i) = (h); (i) >= (l); --(i))
    ^
0_0_13804184_12657.cpp:21:4: error: stray '#' in program
 21 #define L(x)    (x) << 1
    ^
0_0_13804184_12657.cpp:22:4: error: stray '#' in program
 22 #define R(x)    (x) << 1 | 1
    ^
0_0_13804184_12657.cpp:23:4: error: stray '#' in program
 23 #define MID(l, r)   (l + r) >> 1
    ^
0_0_13804184_12657.cpp:24:4: error: stray '#' in program
 24 #define Min(x, y)   x < y ? x : y
    ^
0_0_13804184_12657.cpp:25:4: error: stray '#' in program
 25 #define Max(x, y)   x < y ? y : x
    ^
0_0_13804184_12657.cpp:26:4: error: stray '#' in program
 26 #define E(x)    (1 << (x))
    ^
0_0_13804184_12657.cpp:27:4: error: stray '#' in program
 27 #define iabs(x) (x) < 0 ? -(x) : (x)
    ^
0_0_13804184_12657.cpp:28:4: error: stray '#' in program
 28 #define OUT(x)  printf("%I64d\n", x)
    ^
0_0_13804184_12657.cpp:29:4: error: stray '#' in program
 29 #define lowbit(x)   (x)&(-x)
    ^
0_0_13804184_12657.cpp:30:4: error: stray '#' in program
 30 #define Read()    freopen("data.in", "r", stdin)
    ^
0_0_13804184_12657.cpp:31:4: error: stray '#' in program
 31 #define Write()   fropen("data.out", "w", stdout);
    ^
0_0_13804184_12657.cpp:77:1: error: stray '\' in program
 77                 f[i][j] = min(f[i][j], f[j][k] + dis[k][i]);    /\note: f[x][y] = f[y][x]
 ^
0_0_13804184_12657.cpp:2:2: error: expected unqualified-id before numeric constant
  2 #include <cstdio>
  ^
0_0_13804184_12657.cpp:18:45: error: expected constructor, destructor, or type conversion before '<' token
 18 #define REP(i, n)       for((i) = 0; (i) < (n); ++(i))
                                             ^
0_0_13804184_12657.cpp:18:52: error: expected unqualified-id before '++' token
 18 #define REP(i, n)       for((i) = 0; (i) < (n); ++(i))
                                                    ^
0_0_13804184_12657.cpp:19:47: error: expected constructor, destructor, or type conversion before '<=' token
 19 #define FOR(i, l, h)    for((i) = (l); (i) <= (h); ++(i))
                                               ^
0_0_13804184_12657.cpp:19:55: error: expected unqualified-id before '++' token
 19 #define FOR(i, l, h)    for((i) = (l); (i) <= (h); ++(i))
                                                       ^
0_0_13804184_12657.cpp:20:47: error: expected constructor, destructor, or type conversion before '>=' token
 20 #define FORD(i, h, l)   for((i) = (h); (i) >= (l); --(i))
                                               ^
0_0_13804184_12657.cpp:20:55: error: expected unqualified-id before '--' token
 20 #define FORD(i, h, l)   for((i) = (h); (i) >= (l); --(i))
                                                       ^
0_0_13804184_12657.cpp:32:1: error: expected unqualified-id before numeric constant
 32 
 ^
0_0_13804184_12657.cpp:34:1: error: expected unqualified-id before numeric constant
 34 typedef long long LL;
 ^
0_0_13804184_12657.cpp:35:1: error: expected unqualified-id before numeric constant
 35 const double inf = 1e15;
 ^
0_0_13804184_12657.cpp:36:1: error: expected unqualified-id before numeric constant
 36 
 ^
0_0_13804184_12657.cpp:38:1: error: expected unqualified-id before numeric constant
 38 
 ^
0_0_13804184_12657.cpp:40:1: error: expected unqualified-id before numeric constant
 40 
 ^
0_0_13804184_12657.cpp:42:1: error: expected unqualified-id before numeric constant
 42 double dis[N][N];
 ^
0_0_13804184_12657.cpp:43:1: error: expected unqualified-id before numeric constant
 43 
 ^


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-12-04 22:53:21, Gzip enabled