Submit | All submissions | Best solutions | Back to list |
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
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 |
hide comments
|
||||||||||||||
2012-08-16 14:41:02 Snehasish Roy ;)
Nice and tricky problem. A simple trick will do the job :P |
||||||||||||||
2012-08-09 10:43:13 StupidGuy
haha..9.57 What an escape this is... |
||||||||||||||
2011-04-29 13:41:58 hendrik
Why these language limitations? Could it be opended for HASK or even better for all? |
||||||||||||||
2011-02-28 01:36:14 Walrus
My prime generator generates all primes in 0.345 sec, but TLE here. :( |
||||||||||||||
2011-01-14 22:14:11 sandeep pandey
try prime generator before solving this problem.. after ,it,s a very easy task!!! Last edit: 2011-03-03 18:52:54 |
||||||||||||||
2010-12-21 20:41:29 Alfonso2 Peterssen
Remember all the users that SPOJ engine is a Pentium III. :( |
||||||||||||||
2010-12-17 20:52:18 .:: Jarv1s ::.
My program executes in 7 secs, but I get TLE on SPOJ (time limit here is 10s)....... |
||||||||||||||
2010-10-03 11:54:13 !!!!!
lolzzz!!! in ma system it's giving ans in 2.4s and tle here.. |
||||||||||||||
2010-07-16 16:26:56 Vimal poonia
my accepted program on 7.6 going tle nw i think spoj machines are not belivable !! |