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_21107619_7339.cpp:3:5: error: 'nbsp' declared as reference but not initialized
 int f[1001][1001];//**1001*1001太大不能定义在主函数,否则直接停止编译**//  
     ^
0_0_21107619_7339.cpp:3:10: error: 'f' does not name a type
 int f[1001][1001];//**1001*1001太大不能定义在主函数,否则直接停止编译**//  
          ^
0_0_21107619_7339.cpp:4:5: error: redefinition of 'int& nbsp'
 int main()  
     ^
0_0_21107619_7339.cpp:3:5: note: 'int& nbsp' previously declared here
 int f[1001][1001];//**1001*1001太大不能定义在主函数,否则直接停止编译**//  
     ^
0_0_21107619_7339.cpp:4:17: error: expected constructor, destructor, or type conversion before 'nbsp'
 int main()  
                 ^
0_0_21107619_7339.cpp:4:27: error: expected constructor, destructor, or type conversion before ';' token
 int main()  
                           ^
0_0_21107619_7339.cpp:5:1: error: expected unqualified-id before '{' token
 {  
 ^


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-17 09:34:12, Gzip enabled