0% found this document useful (0 votes)
87 views5 pages

Spoj Problem 2

The document describes a programming problem on the website SPOJ.com that involves finding all prime numbers between two given numbers. It provides sample input and output for the problem and warns that large input/output data may be an issue for some programming languages.

Uploaded by

GaganBhayana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views5 pages

Spoj Problem 2

The document describes a programming problem on the website SPOJ.com that involves finding all prime numbers between two given numbers. It provides sample input and output for the problem and warns that large input/output data may be an issue for some programming languages.

Uploaded by

GaganBhayana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

SPOJ.com - Problem PRIME1 http://www.spoj.

com/problems/PRIME1/

PROBLEMS (/problems) STATUS (/status) RANKS (/ranks)

DISCUSS (http://spoj.com/forum) CONTESTS (/contests) (/manageaccount/)

PROFILE

1 of 5 12-10-2017, 07:47 PM
SPOJ.com - Problem PRIME1 http://www.spoj.com/problems/PRIME1/

Input:
2
110
35

Output:
2
3
5
7

3
5

Warning: large Input/Output data, be careful with certain languages (though most
should be OK if the algorithm is well designed)

2 of 5 12-10-2017, 07:47 PM
SPOJ.com - Problem PRIME1 http://www.spoj.com/problems/PRIME1/

Last edit: 2017-09-30 07:20:53

Last edit: 2017-09-22 07:39:26

3 of 5 12-10-2017, 07:47 PM
SPOJ.com - Problem PRIME1 http://www.spoj.com/problems/PRIME1/

4 of 5 12-10-2017, 07:47 PM
SPOJ.com - Problem PRIME1 http://www.spoj.com/problems/PRIME1/

# # # # # # # # # # # #
# # # # # # # # # # # #
# # # # # # # # # # # #
# # # # # # # # # # # #

5 of 5 12-10-2017, 07:47 PM

You might also like