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_23089689_18934.cpp:1:5: error: 'nbsp' declared as reference but not initialized
 int main()
     ^
0_0_23089689_18934.cpp: In function 'int main()':
0_0_23089689_18934.cpp:3:6: error: 'nbsp' declared as reference but not initialized
 char a,b,c;
      ^
0_0_23089689_18934.cpp:3:11: error: 'a' was not declared in this scope
 char a,b,c;
           ^
0_0_23089689_18934.cpp:3:13: error: 'b' was not declared in this scope
 char a,b,c;
             ^
0_0_23089689_18934.cpp:3:15: error: 'c' was not declared in this scope
 char a,b,c;
               ^
0_0_23089689_18934.cpp:4:30: error: 'scanf' was not declared in this scope
 while(scanf("%c%c%c",&a,&b,&c)!=EOF) 
                              ^
0_0_23089689_18934.cpp:4:33: error: 'EOF' was not declared in this scope
 while(scanf("%c%c%c",&a,&b,&c)!=EOF) 
                                 ^
0_0_23089689_18934.cpp:7:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",a,b,c);
                                  ^
0_0_23089689_18934.cpp:9:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",a,c,b);
                                  ^
0_0_23089689_18934.cpp:11:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",b,a,c);
                                  ^
0_0_23089689_18934.cpp:13:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",b,c,a);
                                  ^
0_0_23089689_18934.cpp:15:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",c,a,b);
                                  ^
0_0_23089689_18934.cpp:17:34: error: 'printf' was not declared in this scope
 printf("%c %c %c",c,b,a);
                                  ^
0_0_23089689_18934.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:06:08, Gzip enabled