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_13919413_12902.cpp:2:5: error: stray '#' in program
 int main() 
     ^
0_0_13919413_12902.cpp:2:17: error: stray '#' in program
 int main() 
                 ^
0_0_13919413_12902.cpp:3:3: error: stray '#' in program
 { 
   ^
0_0_13919413_12902.cpp:4:2: error: stray '#' in program
      double a;    
  ^
0_0_13919413_12902.cpp:4:8: error: stray '#' in program
      double a;    
        ^
0_0_13919413_12902.cpp:4:14: error: stray '#' in program
      double a;    
              ^
0_0_13919413_12902.cpp:4:20: error: stray '#' in program
      double a;    
                    ^
0_0_13919413_12902.cpp:4:33: error: stray '#' in program
      double a;    
                                 ^
0_0_13919413_12902.cpp:4:41: error: stray '#' in program
      double a;    
                                         ^
0_0_13919413_12902.cpp:4:47: error: stray '#' in program
      double a;    
                                               ^
0_0_13919413_12902.cpp:4:53: error: stray '#' in program
      double a;    
                                                     ^
0_0_13919413_12902.cpp:4:59: error: stray '#' in program
      double a;    
                                                           ^
0_0_13919413_12902.cpp:5:6: error: stray '#' in program
      double b; 
      ^
0_0_13919413_12902.cpp:5:18: error: stray '#' in program
      double b; 
                  ^
0_0_13919413_12902.cpp:5:26: error: stray '#' in program
      double b; 
                          ^
0_0_13919413_12902.cpp:6:2: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
  ^
0_0_13919413_12902.cpp:6:8: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
        ^
0_0_13919413_12902.cpp:6:14: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
              ^
0_0_13919413_12902.cpp:6:20: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                    ^
0_0_13919413_12902.cpp:6:61: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                             ^
0_0_13919413_12902.cpp:6:67: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                   ^
0_0_13919413_12902.cpp:6:73: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                         ^
0_0_13919413_12902.cpp:6:79: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                               ^
0_0_13919413_12902.cpp:6:85: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                                     ^
0_0_13919413_12902.cpp:6:91: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                                           ^
0_0_13919413_12902.cpp:6:97: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                                                 ^
0_0_13919413_12902.cpp:6:103: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                                                       ^
0_0_13919413_12902.cpp:6:109: error: stray '#' in program
      while(scanf("%lf %lf",&a,&b))         
                                                                                                             ^
0_0_13919413_12902.cpp:7:14: error: stray '#' in program
      if(a==0 && b==0)             
              ^
0_0_13919413_12902.cpp:7:22: error: stray '#' in program
      if(a==0 && b==0)             
                      ^
0_0_13919413_12902.cpp:7:33: error: stray '#' in program
      if(a==0 && b==0)             
                                 ^
0_0_13919413_12902.cpp:7:39: error: stray '#' in program
      if(a==0 && b==0)             
                                       ^
0_0_13919413_12902.cpp:7:45: error: stray '#' in program
      if(a==0 && b==0)             
                                             ^
0_0_13919413_12902.cpp:7:51: error: stray '#' in program
      if(a==0 && b==0)             
                                                   ^
0_0_13919413_12902.cpp:7:57: error: stray '#' in program
      if(a==0 && b==0)             
                                                         ^
0_0_13919413_12902.cpp:7:63: error: stray '#' in program
      if(a==0 && b==0)             
                                                               ^
0_0_13919413_12902.cpp:7:69: error: stray '#' in program
      if(a==0 && b==0)             
                                                                     ^
0_0_13919413_12902.cpp:7:75: error: stray '#' in program
      if(a==0 && b==0)             
                                                                           ^
0_0_13919413_12902.cpp:7:81: error: stray '#' in program
      if(a==0 && b==0)             
                                                                                 ^
0_0_13919413_12902.cpp:7:87: error: stray '#' in program
      if(a==0 && b==0)             
                                                                                       ^
0_0_13919413_12902.cpp:7:93: error: stray '#' in program
      if(a==0 && b==0)             
                                                                                             ^
0_0_13919413_12902.cpp:7:99: error: stray '#' in program
      if(a==0 && b==0)             
                                                                                                   ^
0_0_13919413_12902.cpp:7:105: error: stray '#' in program
      if(a==0 && b==0)             
                                                                                                         ^
0_0_13919413_12902.cpp:8:13: error: stray '#' in program
      break;         
             ^
0_0_13919413_12902.cpp:8:19: error: stray '#' in program
      break;         
                   ^
0_0_13919413_12902.cpp:8:25: error: stray '#' in program
      break;         
                         ^
0_0_13919413_12902.cpp:8:31: error: stray '#' in program
      break;         
                               ^
0_0_13919413_12902.cpp:8:37: error: stray '#' in program
      break;         
                                     ^
0_0_13919413_12902.cpp:8:43: error: stray '#' in program
      break;         
                                           ^
0_0_13919413_12902.cpp:8:49: error: stray '#' in program
      break;         
                                                 ^
0_0_13919413_12902.cpp:8:55: 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-09-29 23:38:14, Gzip enabled