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_19647620_26037.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_19647620_26037.cpp:2:6: error: expected nested-name-specifier before '&' token
 using namespace std;  
      ^
0_0_19647620_26037.cpp:2:21: error: expected identifier before '&' token
 using namespace std;  
                     ^
0_0_19647620_26037.cpp:2:26: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                          ^
0_0_19647620_26037.cpp:2:27: error: 'std' does not name a type
 using namespace std;  
                           ^
0_0_19647620_26037.cpp:2:36: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                    ^
0_0_19647620_26037.cpp:2:42: error: expected constructor, destructor, or type conversion before ';' token
 using namespace std;  
                                          ^
0_0_19647620_26037.cpp:3:19: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef long long LL;  
                   ^
0_0_19647620_26037.cpp:3:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_19647620_26037.cpp:3:29: error: 'long int& nbsp' redeclared as different kind of symbol
 typedef long long LL;  
                             ^
0_0_19647620_26037.cpp:3:9: note: previous declaration 'typedef int& nbsp'
 typedef long long LL;  
         ^
0_0_19647620_26037.cpp:3:34: error: 'LL' does not name a type
 typedef long long LL;  
                                  ^
0_0_19647620_26037.cpp:3:42: error: expected constructor, destructor, or type conversion before ';' token
 typedef long long LL;  
                                          ^
0_0_19647620_26037.cpp:3:48: error: expected constructor, destructor, or type conversion before ';' token
 typedef long long LL;  
                                                ^
0_0_19647620_26037.cpp:4:1: error: 'LL' does not name a type
 LL n, p;  
 ^
0_0_19647620_26037.cpp:4:9: error: 'n' does not name a type
 LL n, p;  
         ^
0_0_19647620_26037.cpp:4:17: error: 'p' does not name a type
 LL n, p;  
                 ^
0_0_19647620_26037.cpp:4:24: error: expected constructor, destructor, or type conversion before ';' token
 LL n, p;  
                        ^
0_0_19647620_26037.cpp:4:30: error: expected constructor, destructor, or type conversion before ';' token
 LL n, p;  
                              ^
0_0_19647620_26037.cpp:5:6: error: expected constructor, destructor, or type conversion before ';' token
   
      ^
0_0_19647620_26037.cpp:5:12: error: expected constructor, destructor, or type conversion before ';' token
   
            ^
0_0_19647620_26037.cpp:6:1: error: 'LL' does not name a type
 LL mul(LL A, LL B) {  
 ^
0_0_19647620_26037.cpp:6:12: error: expected constructor, destructor, or type conversion before '(' token
 LL mul(LL A, LL B) {  
            ^
0_0_19647620_26037.cpp:6:21: error: 'A' does not name a type
 LL mul(LL A, LL B) {  
                     ^
0_0_19647620_26037.cpp:6:29: error: 'LL' does not name a type
 LL mul(LL A, LL B) {  
                             ^
0_0_19647620_26037.cpp:6:37: error: 'B' does not name a type
 LL mul(LL A, LL B) {  
                                     ^
0_0_19647620_26037.cpp:6:45: error: expected unqualified-id before '{' token
 LL mul(LL A, LL B) {  
                                             ^


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-09-28 23:36:39, Gzip enabled