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_15379411_16359.cpp: In function 'int main()':
0_0_15379411_16359.cpp:4:22: error: 'b' was not declared in this scope
 while(scanf("%s%s%s",b,c,d)!=EOF)
                      ^
0_0_15379411_16359.cpp:4:24: error: 'c' was not declared in this scope
 while(scanf("%s%s%s",b,c,d)!=EOF)
                        ^
0_0_15379411_16359.cpp:4:26: error: 'd' was not declared in this scope
 while(scanf("%s%s%s",b,c,d)!=EOF)
                          ^
0_0_15379411_16359.cpp:7:4: error: lvalue required as left operand of assignment
 'b'='c';
    ^
0_0_15379411_16359.cpp:9:4: error: lvalue required as left operand of assignment
 'a'='d';
    ^
0_0_15379411_16359.cpp:11:4: error: lvalue required as left operand of assignment
 'c'='d';
    ^
0_0_15379411_16359.cpp:12:19: error: 'a' was not declared in this scope
 printf("%s%s%s\n",a,b,c)
                   ^
0_0_15379411_16359.cpp:12:21: error: 'b' was not declared in this scope
 printf("%s%s%s\n",a,b,c)
                     ^
0_0_15379411_16359.cpp:12:23: error: 'c' was not declared in this scope
 printf("%s%s%s\n",a,b,c)
                       ^


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-07-05 11:34:07, Gzip enabled