TDPRIMES - Printing some primes
The problem statement is really simple. You are to write all primes less than 10^8
Input
There is no input.
Output
To make the problem less output related write out only the 1st, 101st, 201st, ... 1st mod 100.
Example
Input: Output: 2 547 1229 ... 99995257 99996931 99998953
hide comments
abhinav11212:
2021-02-24 11:42:11
where can i find solution to this problem
|
|
souhardya12774:
2021-02-18 10:05:45
right |
|
codephilic:
2021-02-12 05:30:52
@kalai7m we had to print 1st prime then 101 th primes then 201th primes
|
|
mayank1987:
2021-02-05 07:33:23
i m getting tle even i used sieve help
|
|
atul0740:
2021-02-03 13:20:58
use printf instead of cout and \n istead of endl , tle will get removed
|
|
rrdesh_07:
2021-01-26 12:48:29
my solution got tle ,even though it executed perfectly on local compiler
|
|
aditya04848spo:
2021-01-19 06:54:13
Use bool array in c/c++, other languages forget about it, use c++ instead, like what i did. |
|
ratnesh123:
2021-01-08 08:20:37
i am getting TLE in python,can anyone help |
|
akash2297:
2021-01-02 07:46:01
AC on first submit using only normal sieve!!! |
|
ramsaicrony:
2020-12-16 12:04:27
can anyone help me....my code is giving output for 10^7 but it is giving segmentation fault for 10^8
|
Added by: | Alfonso² Peterssen |
Date: | 2010-04-06 |
Time limit: | 1.325s |
Source limit: | 10000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM32 ASM64 BF CLPS LISP sbcl LISP clisp ERL HASK ICON ICK JS-RHINO LUA NEM NICE OBJC OCAML PHP PIKE PRLG-swi SCALA SCM guile SCM qobi ST SQLITE TCL WHITESPACE |
Resource: | Thanks to TDuke |