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_24726839_27208.cpp:1:3: error: stray '#' in program
 1.#include <stdio.h>  
   ^
0_0_24726839_27208.cpp:2:3: error: stray '#' in program
 2.#include <math.h>  
   ^
0_0_24726839_27208.cpp:3:3: error: stray '#' in program
 3.#include <algorithm>  
   ^
0_0_24726839_27208.cpp:1:1: error: expected unqualified-id before numeric constant
 1.#include <stdio.h>  
 ^
0_0_24726839_27208.cpp:1:17: error: expected unqualified-id before '<' token
 1.#include <stdio.h>  
                 ^
0_0_24726839_27208.cpp:1:37: error: expected constructor, destructor, or type conversion before ';' token
 1.#include <stdio.h>  
                                     ^
0_0_24726839_27208.cpp:2:1: error: expected unqualified-id before numeric constant
 2.#include <math.h>  
 ^
0_0_24726839_27208.cpp:2:17: error: expected unqualified-id before '<' token
 2.#include <math.h>  
                 ^
0_0_24726839_27208.cpp:2:36: error: expected constructor, destructor, or type conversion before ';' token
 2.#include <math.h>  
                                    ^
0_0_24726839_27208.cpp:3:1: error: expected unqualified-id before numeric constant
 3.#include <algorithm>  
 ^
0_0_24726839_27208.cpp:3:17: error: expected unqualified-id before '<' token
 3.#include <algorithm>  
                 ^
0_0_24726839_27208.cpp:3:39: error: expected constructor, destructor, or type conversion before ';' token
 3.#include <algorithm>  
                                       ^
0_0_24726839_27208.cpp:4:1: error: expected unqualified-id before numeric constant
 4.using namespace std;  
 ^
0_0_24726839_27208.cpp:4:23: error: expected identifier before '&' token
 4.using namespace std;  
                       ^
0_0_24726839_27208.cpp:4:28: error: expected constructor, destructor, or type conversion before ';' token
 4.using namespace std;  
                            ^
0_0_24726839_27208.cpp:4:29: error: 'std' does not name a type
 4.using namespace std;  
                             ^
0_0_24726839_27208.cpp:4:38: error: expected constructor, destructor, or type conversion before ';' token
 4.using namespace std;  
                                      ^
0_0_24726839_27208.cpp:4:44: error: expected constructor, destructor, or type conversion before ';' token
 4.using namespace std;  
                                            ^
0_0_24726839_27208.cpp:5:1: error: expected unqualified-id before numeric constant
 5.int f[19][19] = {{},{},{},{0,2,3,6}};  
 ^
0_0_24726839_27208.cpp:5:12: error: 'f' does not name a type
 5.int f[19][19] = {{},{},{},{0,2,3,6}};  
            ^
0_0_24726839_27208.cpp:5:27: error: expected unqualified-id before '=' token
 5.int f[19][19] = {{},{},{},{0,2,3,6}};  
                           ^
0_0_24726839_27208.cpp:5:34: error: expected unqualified-id before '{' token
 5.int f[19][19] = {{},{},{},{0,2,3,6}};  
                                  ^


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-23 02:42:42, Gzip enabled