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_31088682_31728.cpp:3:2: error: stray '#' in program
     public static void main(String args[]){
  ^
0_0_31088682_31728.cpp:3:8: error: stray '#' in program
     public static void main(String args[]){
        ^
0_0_31088682_31728.cpp:3:14: error: stray '#' in program
     public static void main(String args[]){
              ^
0_0_31088682_31728.cpp:4:2: error: stray '#' in program
         int a,b;
  ^
0_0_31088682_31728.cpp:4:8: error: stray '#' in program
         int a,b;
        ^
0_0_31088682_31728.cpp:4:14: error: stray '#' in program
         int a,b;
              ^
0_0_31088682_31728.cpp:4:20: error: stray '#' in program
         int a,b;
                    ^
0_0_31088682_31728.cpp:4:26: error: stray '#' in program
         int a,b;
                          ^
0_0_31088682_31728.cpp:4:32: error: stray '#' in program
         int a,b;
                                ^
0_0_31088682_31728.cpp:4:38: error: stray '#' in program
         int a,b;
                                      ^
0_0_31088682_31728.cpp:5:2: error: stray '#' in program
         Scanner s=new Scanner(System.in);
  ^
0_0_31088682_31728.cpp:5:8: error: stray '#' in program
         Scanner s=new Scanner(System.in);
        ^
0_0_31088682_31728.cpp:5:14: error: stray '#' in program
         Scanner s=new Scanner(System.in);
              ^
0_0_31088682_31728.cpp:5:20: error: stray '#' in program
         Scanner s=new Scanner(System.in);
                    ^
0_0_31088682_31728.cpp:5:26: error: stray '#' in program
         Scanner s=new Scanner(System.in);
                          ^
0_0_31088682_31728.cpp:5:32: error: stray '#' in program
         Scanner s=new Scanner(System.in);
                                ^
0_0_31088682_31728.cpp:5:38: error: stray '#' in program
         Scanner s=new Scanner(System.in);
                                      ^
0_0_31088682_31728.cpp:6:2: error: stray '#' in program
         while(s.hasNextInt()){
  ^
0_0_31088682_31728.cpp:6:8: error: stray '#' in program
         while(s.hasNextInt()){
        ^
0_0_31088682_31728.cpp:6:14: error: stray '#' in program
         while(s.hasNextInt()){
              ^
0_0_31088682_31728.cpp:6:20: error: stray '#' in program
         while(s.hasNextInt()){
                    ^
0_0_31088682_31728.cpp:6:26: error: stray '#' in program
         while(s.hasNextInt()){
                          ^
0_0_31088682_31728.cpp:6:32: error: stray '#' in program
         while(s.hasNextInt()){
                                ^
0_0_31088682_31728.cpp:6:38: error: stray '#' in program
         while(s.hasNextInt()){
                                      ^
0_0_31088682_31728.cpp:7:2: error: stray '#' in program
             a=s.nextInt();
  ^
0_0_31088682_31728.cpp:7:8: error: stray '#' in program
             a=s.nextInt();
        ^
0_0_31088682_31728.cpp:7:14: error: stray '#' in program
             a=s.nextInt();
              ^
0_0_31088682_31728.cpp:7:20: error: stray '#' in program
             a=s.nextInt();
                    ^
0_0_31088682_31728.cpp:7:26: error: stray '#' in program
             a=s.nextInt();
                          ^
0_0_31088682_31728.cpp:7:32: error: stray '#' in program
             a=s.nextInt();
                                ^
0_0_31088682_31728.cpp:7:38: error: stray '#' in program
             a=s.nextInt();
                                      ^
0_0_31088682_31728.cpp:7:44: error: stray '#' in program
             a=s.nextInt();
                                            ^
0_0_31088682_31728.cpp:7:50: error: stray '#' in program
             a=s.nextInt();
                                                  ^
0_0_31088682_31728.cpp:7:56: error: stray '#' in program
             a=s.nextInt();
                                                        ^
0_0_31088682_31728.cpp:7:62: error: stray '#' in program
             a=s.nextInt();
                                                              ^
0_0_31088682_31728.cpp:8:2: error: stray '#' in program
             b=s.nextInt();
  ^
0_0_31088682_31728.cpp:8:8: error: stray '#' in program
             b=s.nextInt();
        ^
0_0_31088682_31728.cpp:8:14: error: stray '#' in program
             b=s.nextInt();
              ^
0_0_31088682_31728.cpp:8:20: error: stray '#' in program
             b=s.nextInt();
                    ^
0_0_31088682_31728.cpp:8:26: error: stray '#' in program
             b=s.nextInt();
                          ^
0_0_31088682_31728.cpp:8:32: error: stray '#' in program
             b=s.nextInt();
                                ^
0_0_31088682_31728.cpp:8:38: error: stray '#' in program
             b=s.nextInt();
                                      ^
0_0_31088682_31728.cpp:8:44: error: stray '#' in program
             b=s.nextInt();
                                            ^
0_0_31088682_31728.cpp:8:50: error: stray '#' in program
             b=s.nextInt();
                                                  ^
0_0_31088682_31728.cpp:8:56: error: stray '#' in program
             b=s.nextInt();
                                                        ^
0_0_31088682_31728.cpp:8:62: error: stray '#' in program
             b=s.nextInt();
                                                              ^
0_0_31088682_31728.cpp:9:2: error: stray '#' in program
             System.out.println((a+b));
  ^
0_0_31088682_31728.cpp:9:8: error: stray '#' in program
             System.out.println((a+b));
        ^
0_0_31088682_31728.cpp:9:14: error: stray '#' in program
             System.out.println((a+b));
              ^
0_0_31088682_31728.cpp:9:20: error: stray '#' in program
             System.out.println((a+b));
                    ^
0_0_31088682_31728.cpp:9:26: error: stray '#' in program
             System.out.println((a+b));
                          ^
0_0_31088682_31728.cpp:9:32: error: stray '#' in program
             System.out.println((a+b));
                                ^
0_0_31088682_31728.cpp:9:38: error: stray '#' in program
             System.out.println((a+b));
                                      ^
0_0_31088682_31728.cpp:9:44: error: stray '#' in program
             System.out.println((a+b));
                                            ^
0_0_31088682_31728.cpp:9:50: error: stray '#' in program
             System.out.println((a+b));
                                                  ^
0_0_31088682_31728.cpp:9:56: error: stray '#' in program
             System.out.println((a+b));
                                                        ^
0_0_31088682_31728.cpp:9:62: error: stray '#' in program
             System.out.println((a+b));
                                                              ^
0_0_31088682_31728.cpp:10:2: error: stray '#' in program
         }
  ^
0_0_31088682_31728.cpp:10:8: error: stray '#' in program
         }
        ^
0_0_31088682_31728.cpp:10:14: error: stray '#' in program
    


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 18:23:23, Gzip enabled