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_26446824_20049.cpp: In function 'int main()':
0_0_26446824_20049.cpp:6:14: error: two or more data types in declaration of 'a'
     int char a,b,c,x,y,z;
              ^
0_0_26446824_20049.cpp:6:16: error: two or more data types in declaration of 'b'
     int char a,b,c,x,y,z;
                ^
0_0_26446824_20049.cpp:6:18: error: two or more data types in declaration of 'c'
     int char a,b,c,x,y,z;
                  ^
0_0_26446824_20049.cpp:6:20: error: two or more data types in declaration of 'x'
     int char a,b,c,x,y,z;
                    ^
0_0_26446824_20049.cpp:6:22: error: two or more data types in declaration of 'y'
     int char a,b,c,x,y,z;
                      ^
0_0_26446824_20049.cpp:6:24: error: two or more data types in declaration of 'z'
     int char a,b,c,x,y,z;
                        ^
0_0_26446824_20049.cpp:7:28: error: 'a' was not declared in this scope
     while (scanf("%c%c%c",&a,&b,&c))
                            ^
0_0_26446824_20049.cpp:7:31: error: 'b' was not declared in this scope
     while (scanf("%c%c%c",&a,&b,&c))
                               ^
0_0_26446824_20049.cpp:7:34: error: 'c' was not declared in this scope
     while (scanf("%c%c%c",&a,&b,&c))
                                  ^
0_0_26446824_20049.cpp:9:9: error: 'x' was not declared in this scope
         x=a<b?a:b;
         ^
0_0_26446824_20049.cpp:11:9: error: 'y' was not declared in this scope
         y=a>b?a:b;
         ^
0_0_26446824_20049.cpp:13:9: error: 'z' was not declared in this scope
         z=a+b+c-x-y;
         ^
0_0_26446824_20049.cpp:14:31: error: 'prinf' was not declared in this scope
         prinf("%c %c %c",x,z,y);
                               ^


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-06 20:26:27, Gzip enabled