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_29040462_17310.cpp:6:2: error: stray '#' in program
     int bcount=0;
  ^
0_0_29040462_17310.cpp:6:9: error: stray '#' in program
     int bcount=0;
         ^
0_0_29040462_17310.cpp:7:2: error: stray '#' in program
     for(int i=x; i<=y; i++)
  ^
0_0_29040462_17310.cpp:7:9: error: stray '#' in program
     for(int i=x; i<=y; i++)
         ^
0_0_29040462_17310.cpp:8:2: error: stray '#' in program
     {
  ^
0_0_29040462_17310.cpp:8:9: error: stray '#' in program
     {
         ^
0_0_29040462_17310.cpp:9:2: error: stray '#' in program
         int temp=(i*i+i+41);
  ^
0_0_29040462_17310.cpp:9:9: error: stray '#' in program
         int temp=(i*i+i+41);
         ^
0_0_29040462_17310.cpp:9:16: error: stray '#' in program
         int temp=(i*i+i+41);
                ^
0_0_29040462_17310.cpp:9:23: error: stray '#' in program
         int temp=(i*i+i+41);
                       ^
0_0_29040462_17310.cpp:10:2: error: stray '#' in program
         for(int j=2; j<=sqrt(temp); j++)
  ^
0_0_29040462_17310.cpp:10:9: error: stray '#' in program
         for(int j=2; j<=sqrt(temp); j++)
         ^
0_0_29040462_17310.cpp:10:16: error: stray '#' in program
         for(int j=2; j<=sqrt(temp); j++)
                ^
0_0_29040462_17310.cpp:10:23: error: stray '#' in program
         for(int j=2; j<=sqrt(temp); j++)
                       ^
0_0_29040462_17310.cpp:11:2: error: stray '#' in program
         {
  ^
0_0_29040462_17310.cpp:11:9: error: stray '#' in program
         {
         ^
0_0_29040462_17310.cpp:11:16: error: stray '#' in program
         {
                ^
0_0_29040462_17310.cpp:11:23: error: stray '#' in program
         {
                       ^
0_0_29040462_17310.cpp:12:2: error: stray '#' in program
             if(temp%j==0)
  ^
0_0_29040462_17310.cpp:12:9: error: stray '#' in program
             if(temp%j==0)
         ^
0_0_29040462_17310.cpp:12:16: error: stray '#' in program
             if(temp%j==0)
                ^
0_0_29040462_17310.cpp:12:23: error: stray '#' in program
             if(temp%j==0)
                       ^
0_0_29040462_17310.cpp:12:30: error: stray '#' in program
             if(temp%j==0)
                              ^
0_0_29040462_17310.cpp:12:37: error: stray '#' in program
             if(temp%j==0)
                                     ^
0_0_29040462_17310.cpp:13:2: error: stray '#' in program
             {
  ^
0_0_29040462_17310.cpp:13:9: error: stray '#' in program
             {
         ^
0_0_29040462_17310.cpp:13:16: error: stray '#' in program
             {
                ^
0_0_29040462_17310.cpp:13:23: error: stray '#' in program
             {
                       ^
0_0_29040462_17310.cpp:13:30: error: stray '#' in program
             {
                              ^
0_0_29040462_17310.cpp:13:37: error: stray '#' in program
             {
                                     ^
0_0_29040462_17310.cpp:14:2: error: stray '#' in program
                 bcount++;
  ^
0_0_29040462_17310.cpp:14:9: error: stray '#' in program
                 bcount++;
         ^
0_0_29040462_17310.cpp:14:16: error: stray '#' in program
                 bcount++;
                ^
0_0_29040462_17310.cpp:14:23: error: stray '#' in program
                 bcount++;
                       ^
0_0_29040462_17310.cpp:14:30: error: stray '#' in program
                 bcount++;
                              ^
0_0_29040462_17310.cpp:14:37: error: stray '#' in program
                 bcount++;
                                     ^
0_0_29040462_17310.cpp:14:44: error: stray '#' in program
                 bcount++;
                                            ^
0_0_29040462_17310.cpp:14:51: error: stray '#' in program
                 bcount++;
                                                   ^
0_0_29040462_17310.cpp:17:2: error: stray '#' in program
                 break;
  ^
0_0_29040462_17310.cpp:17:9: error: stray '#' in program
                 break;
         ^
0_0_29040462_17310.cpp:17:16: error: stray '#' in program
                 break;
                ^
0_0_29040462_17310.cpp:17:23: error: stray '#' in program
                 break;
                       ^
0_0_29040462_17310.cpp:17:30: error: stray '#' in program
                 break;
                              ^
0_0_29040462_17310.cpp:17:37: error: stray '#' in program
                 break;
                                     ^
0_0_29040462_17310.cpp:17:44: error: stray '#' in program
                 break;
                                            ^
0_0_29040462_17310.cpp:17:51: error: stray '#' in program
                 break;
                                                   ^
0_0_29040462_17310.cpp:18:2: error: stray '#' in program
             }
  ^
0_0_29040462_17310.cpp:18:9: error: stray '#' in program
             }
         ^
0_0_29040462_17310.cpp:18:16: error: stray '#' in program
             }
                ^
0_0_29040462_17310.cpp:18:23: error: stray '#' in program
             }
                       ^
0_0_29040462_17310.cpp:18:30: error: stray '#' in program
             }
                              ^
0_0_29040462_17310.cpp:18:37: error: stray '#' in program
             }
                                     ^
0_0_29040462_17310.cpp:19:2: error: stray '#' in program
         }
  ^
0_0_29040462_17310.cpp:19:9: error: stray '#' in program
         }
         ^
0_0_29040462_17310.cpp:19:16: error: stray '#' in program
         }
                ^
0_0_29040462_17310.cpp:19:23: error: stray '#' in program
         }
                       ^
0_0_29040462_17310.cpp:20:2: error: stray '#' in program
     }
  ^
0_0_29040462_17310.cpp:20:9: error: stray '#' in program
     }
         ^
0_0_29040462_17310.cpp:21:2: error: stray '#' in program
     return bcount;
  ^
0_0_29040462_17310.cpp:21:9: error: stray '#' in program
     return bcount;
         ^
0_0_29040462_17310.cpp:27:2: error: stray '#' in program
     int x,y;
  ^
0_0_29040462_17310.cpp:27:9: error: stray '#' in program
     int x,y;
         ^
0_0_29040462_17310.cpp:28:2: error: stray '#' in program
     int lcount=0;
  ^
0_0_29040462_17310.cpp:28:9: error: stray '#' in program
     int lcount=0;
         ^
0_0_29040462_17310.cpp:29:2: error: stray '#' in program
     while(cin>>x>>y)
  ^
0_0_29040462_17310.cpp:29:9: error: stray '#' in program
     while(cin>>x>>y)
         ^
0_0_29040462_17310.cpp:30:2: error: stray '#' in program
     {
  ^
0_0_29040462_17310.cpp:30:9: error: stray '#' in program
     {
         ^
0_0_29040462_17310.cpp:31:2: error: stray '#' in program
         if(x==0&&y==0)
  ^
0_0_29040462_17310.cpp:31:9: error: stray '#' in program
         if(x==0&&y==0)
         ^
0_0_29040462_17310.cpp:31:16: error: stray '#' in program
         if(x==0&&y==0)
                ^
0_0_29040462_17310.cpp:31:23: error: stray '#' in program
         if(x==0&&y==0)
                       ^
0_0_29040462_17310.cpp:32:2: error: stray '#' in program
             break;
  ^
0_0_29040462_17310.cpp:32:9: error: stray '#' in program
             break;
         ^
0_0_29040462_17310.cpp:32:16: error: stray '#' in program
             break;
                ^
0_0_29040462_17310.cpp:32:23: error: stray '#' in program
             break;
                       ^
0_0_29040462_17310.cpp:32:30: error: stray '#' in program
             break;
                              ^
0_0_29040462_17310.cpp:32:37: 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-18 22:53:31, Gzip enabled