HS09BF - Primes in Brainf##k

Your task is to print all primes up to 100 separated by a single comma. Please do not print anything else after the last prime.

Attention: You can use any programming language you want, as long as it is Brainf**k.

Input

Nothing.

Output

In a single line, all the primes up to 100.

Example

Input:

Output:
2,3,5,7,...,97

Added by:Robert Gerbicz
Date:2009-09-02
Time limit:1s
Source limit:1024B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:BF
Resource:High School Programming League

hide comments
2012-10-17 21:14:57 Mitch Schwartz
Jander currently has top score of 166 over at http://www.spoj.pl/SHORTEN/ranks/BF_PRIME/

Last edit: 2012-10-13 07:30:52
2012-10-17 21:14:57 (Tjandra Satria Gunawan)(曾毅昆)
Yes, I agree with numerix.. Move it to challenge or change the scoring to binary (AC/WA)..
2012-10-17 21:14:57 numerix
Should be labeled as "challenge" or scoring should be changed.
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.