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_39167761_2600.cpp:1:3: error: stray '#' in program
    1 | 1 #include<iostream>
      |   ^
0_0_39167761_2600.cpp:2:4: error: stray '#' in program
    2 |  2 #include<cstdio>
      |    ^
0_0_39167761_2600.cpp:3:4: error: stray '#' in program
    3 |  3 #include<cstring>
      |    ^
0_0_39167761_2600.cpp:4:4: error: stray '#' in program
    4 |  4 #include<cmath>
      |    ^
0_0_39167761_2600.cpp:5:4: error: stray '#' in program
    5 |  5 #include<algorithm>
      |    ^
0_0_39167761_2600.cpp:6:4: error: stray '#' in program
    6 |  6 #include<queue>
      |    ^
0_0_39167761_2600.cpp:7:4: error: stray '#' in program
    7 |  7 #define dbg(x) cerr<<#x<<" = "<<x<<endl
      |    ^
0_0_39167761_2600.cpp:7:25: error: stray '#' in program
    7 |  7 #define dbg(x) cerr<<#x<<" = "<<x<<endl
      |                         ^
0_0_39167761_2600.cpp:8:4: error: stray '#' in program
    8 |  8 #define ddbg(x,y) cerr<<#x<<" = "<<x<<"   "<<#y<<" = "<<y<<endl
      |    ^
0_0_39167761_2600.cpp:8:28: error: stray '#' in program
    8 |  8 #define ddbg(x,y) cerr<<#x<<" = "<<x<<"   "<<#y<<" = "<<y<<endl
      |                            ^
0_0_39167761_2600.cpp:8:49: error: stray '#' in program
    8 |  8 #define ddbg(x,y) cerr<<#x<<" = "<<x<<"   "<<#y<<" = "<<y<<endl
      |                                                 ^
0_0_39167761_2600.cpp:1:1: error: expected unqualified-id before numeric constant
    1 | 1 #include<iostream>
      | ^
0_0_39167761_2600.cpp:10:1: error: expected unqualified-id before numeric constant
   10 | 10 typedef long long ll;
      | ^~
0_0_39167761_2600.cpp:11:1: error: expected unqualified-id before numeric constant
   11 | 11 template<typename T>inline char MIN(T&A,T B){return A>B?A=B,1:0;}
      | ^~
0_0_39167761_2600.cpp:12:1: error: expected unqualified-id before numeric constant
   12 | 12 template<typename T>inline char MAX(T&A,T B){return A<B?A=B,1:0;}
      | ^~
0_0_39167761_2600.cpp:13:1: error: expected unqualified-id before numeric constant
   13 | 13 template<typename T>inline T _min(T A,T B){return A<B?A:B;}
      | ^~
0_0_39167761_2600.cpp:14:1: error: expected unqualified-id before numeric constant
   14 | 14 template<typename T>inline T _abs(T A){return A<0?-A:A;}
      | ^~
0_0_39167761_2600.cpp:15:1: error: expected unqualified-id before numeric constant
   15 | 15 template<typename T>inline T _max(T A,T B){return A>B?A:B;}
      | ^~
0_0_39167761_2600.cpp:16:1: error: expected unqualified-id before numeric constant
   16 | 16 template<typename T>inline T read(T&x){
      | ^~
0_0_39167761_2600.cpp:20:1: error: expected unqualified-id before numeric constant
   20 | 20 const int N=2000+7;
      | ^~
0_0_39167761_2600.cpp:21:1: error: expected unqualified-id before numeric constant
   21 | 21 ll f[N][N],ans;
      | ^~
0_0_39167761_2600.cpp:22:1: error: expected unqualified-id before numeric constant
   22 | 22 int a[N],A[N],n,m;
      | ^~
0_0_39167761_2600.cpp:23:1: error: expected unqualified-id before numeric constant
   23 | 23 inline void dp(){
      | ^~
0_0_39167761_2600.cpp:29:1: error: expected unqualified-id before numeric constant
   29 | 29
      | ^~


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-28 13:10:25, Gzip enabled