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_26100364_18847.cpp:7:15: error: 'N' was not declared in this scope
 bool no_prime[N];
               ^
0_0_26100364_18847.cpp: In function 'void get_prime()':
0_0_26100364_18847.cpp:10:12: error: 'no_prime' was not declared in this scope
         if(no_prime[i] == false){
            ^
0_0_26100364_18847.cpp:12:36: error: 'N' was not declared in this scope
             for(int j = i * i; j < N; j += tmp)
                                    ^
0_0_26100364_18847.cpp: In function 'int main()':
0_0_26100364_18847.cpp:26:16: error: 'no_prime' was not declared in this scope
             if(no_prime[i] != true && i%2 != 0 || i == 2){
                ^


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 15:32:48, Gzip enabled