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_26900912_22972.cpp:5:2: error: stray '#' in program
     int n,i,j,m,temp=0;
  ^
0_0_26900912_22972.cpp:5:9: error: stray '#' in program
     int n,i,j,m,temp=0;
         ^
0_0_26900912_22972.cpp:6:2: error: stray '#' in program
     int a[5000]={0};
  ^
0_0_26900912_22972.cpp:6:9: error: stray '#' in program
     int a[5000]={0};
         ^
0_0_26900912_22972.cpp:7:2: error: stray '#' in program
     a[0]=1;a[1]=1;
  ^
0_0_26900912_22972.cpp:7:9: error: stray '#' in program
     a[0]=1;a[1]=1;
         ^
0_0_26900912_22972.cpp:8:2: error: stray '#' in program
     for(i=2;i<5000;i++)
  ^
0_0_26900912_22972.cpp:8:9: error: stray '#' in program
     for(i=2;i<5000;i++)
         ^
0_0_26900912_22972.cpp:9:2: error: stray '#' in program
        {
  ^
0_0_26900912_22972.cpp:9:9: error: stray '#' in program
        {
         ^
0_0_26900912_22972.cpp:9:16: error: stray '#' in program
        {
                ^
0_0_26900912_22972.cpp:9:23: error: stray '#' in program
        {
                       ^
0_0_26900912_22972.cpp:10:2: error: stray '#' in program
            a[i]=0;
  ^
0_0_26900912_22972.cpp:10:9: error: stray '#' in program
            a[i]=0;
         ^
0_0_26900912_22972.cpp:10:16: error: stray '#' in program
            a[i]=0;
                ^
0_0_26900912_22972.cpp:10:23: error: stray '#' in program
            a[i]=0;
                       ^
0_0_26900912_22972.cpp:10:30: error: stray '#' in program
            a[i]=0;
                              ^
0_0_26900912_22972.cpp:10:37: error: stray '#' in program
            a[i]=0;
                                     ^
0_0_26900912_22972.cpp:11:2: error: stray '#' in program
            for(j=1;j<=i/2;j++)
  ^
0_0_26900912_22972.cpp:11:9: error: stray '#' in program
            for(j=1;j<=i/2;j++)
         ^
0_0_26900912_22972.cpp:11:16: error: stray '#' in program
            for(j=1;j<=i/2;j++)
                ^
0_0_26900912_22972.cpp:11:23: error: stray '#' in program
            for(j=1;j<=i/2;j++)
                       ^
0_0_26900912_22972.cpp:11:30: error: stray '#' in program
            for(j=1;j<=i/2;j++)
                              ^
0_0_26900912_22972.cpp:11:37: error: stray '#' in program
            for(j=1;j<=i/2;j++)
                                     ^
0_0_26900912_22972.cpp:12:2: error: stray '#' in program
             if(i%j==0)
  ^
0_0_26900912_22972.cpp:12:9: error: stray '#' in program
             if(i%j==0)
         ^
0_0_26900912_22972.cpp:12:16: error: stray '#' in program
             if(i%j==0)
                ^
0_0_26900912_22972.cpp:12:23: error: stray '#' in program
             if(i%j==0)
                       ^
0_0_26900912_22972.cpp:12:30: error: stray '#' in program
             if(i%j==0)
                              ^
0_0_26900912_22972.cpp:12:37: error: stray '#' in program
             if(i%j==0)
                                     ^
0_0_26900912_22972.cpp:13:2: error: stray '#' in program
             a[i]+=j;
  ^
0_0_26900912_22972.cpp:13:9: error: stray '#' in program
             a[i]+=j;
         ^
0_0_26900912_22972.cpp:13:16: error: stray '#' in program
             a[i]+=j;
                ^
0_0_26900912_22972.cpp:13:23: error: stray '#' in program
             a[i]+=j;
                       ^
0_0_26900912_22972.cpp:13:30: error: stray '#' in program
             a[i]+=j;
                              ^
0_0_26900912_22972.cpp:13:37: error: stray '#' in program
             a[i]+=j;
                                     ^
0_0_26900912_22972.cpp:14:2: error: stray '#' in program
           }
  ^
0_0_26900912_22972.cpp:14:9: error: stray '#' in program
           }
         ^
0_0_26900912_22972.cpp:14:16: error: stray '#' in program
           }
                ^
0_0_26900912_22972.cpp:14:23: error: stray '#' in program
           }
                       ^
0_0_26900912_22972.cpp:14:30: error: stray '#' in program
           }
                              ^
0_0_26900912_22972.cpp:15:2: error: stray '#' in program
           scanf("%d",&n);
  ^
0_0_26900912_22972.cpp:15:9: error: stray '#' in program
           scanf("%d",&n);
         ^
0_0_26900912_22972.cpp:15:16: error: stray '#' in program
           scanf("%d",&n);
                ^
0_0_26900912_22972.cpp:15:23: error: stray '#' in program
           scanf("%d",&n);
                       ^
0_0_26900912_22972.cpp:15:30: error: stray '#' in program
           scanf("%d",&n);
                              ^
0_0_26900912_22972.cpp:16:2: error: stray '#' in program
           while(n--)
  ^
0_0_26900912_22972.cpp:16:9: error: stray '#' in program
           while(n--)
         ^
0_0_26900912_22972.cpp:16:16: error: stray '#' in program
           while(n--)
                ^
0_0_26900912_22972.cpp:16:23: error: stray '#' in program
           while(n--)
                       ^
0_0_26900912_22972.cpp:16:30: error: stray '#' in program
           while(n--)
                              ^
0_0_26900912_22972.cpp:17:2: error: stray '#' in program
           {
  ^
0_0_26900912_22972.cpp:17:9: error: stray '#' in program
           {
         ^
0_0_26900912_22972.cpp:17:16: error: stray '#' in program
           {
                ^
0_0_26900912_22972.cpp:17:23: error: stray '#' in program
           {
                       ^
0_0_26900912_22972.cpp:17:30: error: stray '#' in program
           {
                              ^
0_0_26900912_22972.cpp:18:2: error: stray '#' in program
        
  ^
0_0_26900912_22972.cpp:18:9: error: stray '#' in program
        
         ^
0_0_26900912_22972.cpp:18:16: error: stray '#' in program
        
                ^
0_0_26900912_22972.cpp:18:23: error: stray '#' in program
        
                       ^
0_0_26900912_22972.cpp:19:2: error: stray '#' in program
               scanf("%d",&m);
  ^
0_0_26900912_22972.cpp:19:9: error: stray '#' in program
               scanf("%d",&m);
         ^
0_0_26900912_22972.cpp:19:16: error: stray '#' in program
               scanf("%d",&m);
                ^
0_0_26900912_22972.cpp:19:23: error: stray '#' in program
               scanf("%d",&m);
                       ^
0_0_26900912_22972.cpp:19:30: error: stray '#' in program
               scanf("%d",&m);
                              ^
0_0_26900912_22972.cpp:19:37: error: stray '#' in program
               scanf("%d",&m);
                                     ^
0_0_26900912_22972.cpp:19:44: error: stray '#' in program
               scanf("%d",&m);
                                            ^
0_0_26900912_22972.cpp:20:2: error: stray '#' in program
               
  ^
0_0_26900912_22972.cpp:20:9: error: stray '#' in program
               
         ^
0_0_26900912_22972.cpp:20:16: error: stray '#' in program
               
                ^
0_0_26900912_22972.cpp:20:23: error: stray '#' in program
               
                       ^
0_0_26900912_22972.cpp:20:30: error: stray '#' in program
               
                              ^
0_0_26900912_22972.cpp:20:37: error: stray '#' in program
               
                                     ^
0_0_26900912_22972.cpp:20:44: error: stray '#' in program
               
                                            ^
0_0_26900912_22972.cpp:20:50: error: stray '#' in program
               
                                                  ^
0_0_26900912_22972.cpp:21:2: error: stray '#' in progr


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-17 09:48:25, Gzip enabled