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_17101548_28102.cpp:2:2: error: stray '#' in program
 
  ^
0_0_17101548_28102.cpp:4:12: error: stray '#' in program
 int main()
            ^
0_0_17101548_28102.cpp:5:7: error: stray '#' in program
 {    
       ^
0_0_17101548_28102.cpp:6:12: error: stray '#' in program
 int n,u,d;
            ^
0_0_17101548_28102.cpp:7:36: error: stray '#' in program
 while(scanf("%d%d%d",&n,&u,&d),n) 
                                    ^
0_0_17101548_28102.cpp:8:11: error: stray '#' in program
 {        
           ^
0_0_17101548_28102.cpp:9:20: error: stray '#' in program
 int t=(n-u)/(u-d);
                    ^
0_0_17101548_28102.cpp:10:20: error: stray '#' in program
 if(t*(u-d)<(n-u)) 
                    ^
0_0_17101548_28102.cpp:11:7: error: stray '#' in program
 t++; 
       ^
0_0_17101548_28102.cpp:12:12: error: stray '#' in program
 t*=2;     
            ^
0_0_17101548_28102.cpp:13:6: error: stray '#' in program
 t++;
      ^
0_0_17101548_28102.cpp:14:20: error: stray '#' in program
 printf("%dn",t);  
                    ^
0_0_17101548_28102.cpp:15:8: error: stray '#' in program
 }     
        ^
0_0_17101548_28102.cpp:17:6: error: stray '#' in program
 }   
      ^
0_0_17101548_28102.cpp:2:3: error: expected unqualified-id before numeric constant
 
   ^
0_0_17101548_28102.cpp:2:3: error: expected constructor, destructor, or type conversion before numeric constant
0_0_17101548_28102.cpp:4:13: error: expected initializer before numeric constant
 int main()
             ^
0_0_17101548_28102.cpp:5: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-22 20:48:53, Gzip enabled