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_20968379_16517.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>  
         ^
0_0_20968379_16517.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdlib>  
         ^
0_0_20968379_16517.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cmath>  
         ^
0_0_20968379_16517.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstring>  
         ^
0_0_20968379_16517.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include <string>  
         ^
0_0_20968379_16517.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include <queue>  
         ^
0_0_20968379_16517.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
 #include <map>  
         ^
0_0_20968379_16517.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_20968379_16517.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_20968379_16517.cpp:11:8: error: macro names must be identifiers
 #define RD(x) scanf("%d",&x)  
        ^
0_0_20968379_16517.cpp:12:8: error: macro names must be identifiers
 #define RD2(x,y) scanf("%d%d",&x,&y)  
        ^
0_0_20968379_16517.cpp:13:8: error: macro names must be identifiers
 #define RD3(x,y,z) scanf("%d%d%d",&x,&y,&z)  
        ^
0_0_20968379_16517.cpp:14:8: error: macro names must be identifiers
 #define clr0(x) memset(x,0,sizeof(x))  
        ^
0_0_20968379_16517.cpp:10:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_20968379_16517.cpp:10:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_20968379_16517.cpp:10:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_20968379_16517.cpp:10:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_20968379_16517.cpp:10:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_20968379_16517.cpp:10:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_20968379_16517.cpp:15:19: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef long long LL;  
                   ^
0_0_20968379_16517.cpp:15:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_20968379_16517.cpp:15:29: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef long long LL;  
                             ^
0_0_20968379_16517.cpp:15:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_20968379_16517.cpp:15:34: error: 'LL' does not name a type
 typedef long long LL;  
                                  ^
0_0_20968379_16517.cpp:15:42: error: expected constructor, destructor, or type conversion before ';' token
 typedef long long LL;  
                                          ^
0_0_20968379_16517.cpp:15:48: error: expected constructor, destructor, or type conversion before ';' token
 typedef long long LL;  
                                                ^
0_0_20968379_16517.cpp:16:7: error: 'const int& nbsp' redeclared as different kind of symbol
 const int maxn = 1<<20;  
       ^
0_0_20968379_16517.cpp:15:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_20968379_16517.cpp:16:16: error: 'int& nbsp' redeclared as different kind of symbol
 const int maxn = 1<<20;  
                ^
0_0_20968379_16517.cpp:15:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_20968379_16517.cpp:16:21: error: 'maxn' does not name a type
 const int maxn = 1<<20;  
                     ^
0_0_20968379_16517.cpp:16:31: error: expected unqualified-id before '=' token
 const int maxn = 1<<20;  
                               ^
0_0_20968379_16517.cpp:16:38: error: expected unqualified-id before numeric constant
 const int maxn = 1<<20;  
                                      ^
0_0_20968379_16517.cpp:16:49: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn = 1<<20;  
                                                 ^
0_0_20968379_16517.cpp:16:55: error: expected constructor, destructor, or type conversion before ';' token
 const int maxn = 1<<20;  
                                                       ^
0_0_20968379_16517.cpp:17:5: error: 'int& nbsp' redeclared as different kind of symbol
 int n,k;  
     ^
0_0_20968379_16517.cpp:15:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_20968379_16517.cpp:17:10: error: 'n' does not name a type
 int n,k;  
          ^
0_0_20968379_16517.cpp:17:19: error: expected constructor, destructor, or type conversion before ';' token
 int n,k;  
                   ^
0_0_20968379_16517.cpp:17:25: error: expected constructor, destructor, or type conversion before ';' token
 int n,k;  
                         ^
0_0_20968379_16517.cpp:18:1: error: 'LL' does not name a type
 LL f[20][20],dp[maxn],tmp[maxn];  
 ^
0_0_20968379_16517.cpp:18:9: error: 'f' does not name a type
 LL f[20][20],dp[maxn],tmp[maxn];  
         ^
0_0_20968379_16517.cpp:18:43: error: expected constructor, destructor, or type conversion before ';' token
 LL f[20][20],dp[maxn],tmp[maxn];  
                                           ^
0_0_20968379_16517.cpp:18:49: error: expected constructor, destructor, or type conversion before ';' token
 LL f[20][20],dp[maxn],tmp[maxn];  
                                                 ^
0_0_20968379_16517.cpp:19:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_20968379_16517.cpp:19:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_20968379_16517.cpp:20:5: error: 'int& nbsp' redeclared as different kind of symbol
 int cal(int x)  
     ^
0_0_20968379_16517.cpp:15:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_20968379_16517.cpp:20:22: error: expected ')' before ';' token
 int cal(int x)  
                      ^
0_0_20968379_16517.cpp:20:22: error: expected constructor, destructor, or type conversion before ';' token
0_0_20968379_16517.cpp:20:23: error: 'x' does not name a type
 int cal(int x)  
                       ^
0_0_20968379_16517.cpp:20:36: error: expected constructor, destructor, or type conversion before ';' token
 int cal(int x)  
                                    ^
0_0_20968379_16517.cpp:21:1: error: expected unqualified-id before '{' token
 {  
 ^
0_0_20968379_16517.cpp:27:7: error: expected constructor, destructor, or type conversion before ';' token
 }  
       ^
0_0_20968379_16517.cpp:27:13: error: expected constructor, destructor, or type conversion before ';' token
 }  
             ^
0_0_20968379_16517.cpp:28:6: error: cannot declare reference to 'void'
 void init () {  
      ^
0_0_20968379_16517.cpp:28:6: error: variable or field 'nbsp' declared void
0_0_20968379_16517.cpp:28:11: error: 'init' does not name a type
 void init () {  
           ^
0_0_20968379_16517.cpp:28:22: error: expected unqualified-id before ')' token
 void init () {  
                      ^
0_0_20968379_16517.cpp:28:29: error: expected unqualified-id before '{' token
 void init () {  
                             ^


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 16:03:52, Gzip enabled