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_23089623_25134.cpp:1:5: error: 'nbsp' declared as reference but not initialized
 int main()
     ^
0_0_23089623_25134.cpp: In function 'int main()':
0_0_23089623_25134.cpp:3:30: error: 'nbsp' declared as reference but not initialized
     char a,b,c;
                              ^
0_0_23089623_25134.cpp:3:35: error: 'a' was not declared in this scope
     char a,b,c;
                                   ^
0_0_23089623_25134.cpp:3:37: error: 'b' was not declared in this scope
     char a,b,c;
                                     ^
0_0_23089623_25134.cpp:3:39: error: 'c' was not declared in this scope
     char a,b,c;
                                       ^
0_0_23089623_25134.cpp:4:36: error: 'scanf' was not declared in this scope
 while(scanf(" %c%c%c",&a,&b,&c)!=EOF) //加个空格,第二个也一样
                                    ^
0_0_23089623_25134.cpp:4:39: error: 'EOF' was not declared in this scope
 while(scanf(" %c%c%c",&a,&b,&c)!=EOF) //加个空格,第二个也一样
                                       ^
0_0_23089623_25134.cpp:7:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",a,b,c);
                                  ^
0_0_23089623_25134.cpp:9:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",a,c,b);
                                  ^
0_0_23089623_25134.cpp:11:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",b,a,c);
                                  ^
0_0_23089623_25134.cpp:13:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",b,c,a);
                                  ^
0_0_23089623_25134.cpp:15:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",c,a,b);
                                  ^
0_0_23089623_25134.cpp:17:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",c,b,a);
                                  ^
0_0_23089623_25134.cpp:19:8: error: invalid conversion from 'char*' to 'int' [-fpermissive]
 return 0;
        ^


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-10-07 00:03:40, Gzip enabled