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_23991708_19627.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <stdio.h>
         ^
0_0_23991708_19627.cpp:2:5: error: stray '#' in program
 int main() {
     ^
0_0_23991708_19627.cpp:3:9: error: stray '#' in program
     int a, b;
         ^
0_0_23991708_19627.cpp:3:17: error: stray '#' in program
     int a, b;
                 ^
0_0_23991708_19627.cpp:6:12: error: stray '#' in program
     return 0;
            ^
0_0_23991708_19627.cpp:2:6: error: expected unqualified-id before numeric constant
 int main() {
      ^
0_0_23991708_19627.cpp:2:6: error: expected initializer before numeric constant
0_0_23991708_19627.cpp: In function 'int main()':
0_0_23991708_19627.cpp:3:10: error: expected unqualified-id before numeric constant
     int a, b;
          ^
0_0_23991708_19627.cpp:3:10: error: expected initializer before numeric constant
0_0_23991708_19627.cpp:3:14: error: 'a' was not declared in this scope
     int a, b;
              ^
0_0_23991708_19627.cpp:3:18: error: lvalue required as unary '&' operand
     int a, b;
                  ^
0_0_23991708_19627.cpp:3:22: error: 'b' was not declared in this scope
     int a, b;
                      ^
0_0_23991708_19627.cpp:4:23: error: 'scanf' was not declared in this scope
     scanf("%d%d",&a,&b);
                       ^
0_0_23991708_19627.cpp:5:22: error: 'printf' was not declared in this scope
     printf("%d\n",a+b);
                      ^
0_0_23991708_19627.cpp:6:13: error: lvalue required as unary '&' operand
     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-06 21:23:58, Gzip enabled