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_30932300_16613.cpp:4:8: error: 'b' has not been declared
  int a,b,sum;
        ^
0_0_30932300_16613.cpp:4:10: error: 'sum' has not been declared
  int a,b,sum;
          ^
0_0_30932300_16613.cpp:4:13: error: expected ')' before ';' token
  int a,b,sum;
             ^
0_0_30932300_16613.cpp:4:13: error: expected constructor, destructor, or type conversion before ';' token
0_0_30932300_16613.cpp:5:3: error: 'a' does not name a type
   a=123;
   ^
0_0_30932300_16613.cpp:6:4: error: 'b' does not name a type
    b=456;
    ^
0_0_30932300_16613.cpp:7:4: error: 'sum' does not name a type
    sum=a+b;
    ^
0_0_30932300_16613.cpp:8:9: error: expected constructor, destructor, or type conversion before '(' token
   printf("%d\n",sum);
         ^
0_0_30932300_16613.cpp:9:2: error: expected unqualified-id before 'return'
  return 0;
  ^
0_0_30932300_16613.cpp:10: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-16 13:54:25, Gzip enabled