|
7
|
|
|
Polyglot: 5 languages, all using bignums
So, I wrote a polyglot which works in the three languages I often write in, as well as one from my other answer to this question and one I just learned today. It's a standalone program, which reads a single line containing a nonnegative integer and prints a single line containing its factorial. Bignums are used in all languages, so the maximum computable factorial depends only on your computer's resources.
- Perl: uses built-in bignum package. Run with
perl FILENAME.
- Haskell: uses built-in bignums. Run with
runhugs FILENAME or your favorite compiler's equivalent.
- C++: requires GMP for bignum support. To compile with g++, use
g++ -lgmpxx -lgmp -x c++ FILENAME to link against the right libraries. After compiling, run ./a.out. Or use your favorite compiler's equivalent.
- brainf*ck: I wrote some bignum support in this post. Using Muller's classic distribution, compile with
bf < FILENAME > EXECUTABLE. Make the output executable and run it. Or use your favorite distribution.
- Whitespace: uses built-in bignum support. Run with
wspace FILENAME.
Edit: added Whitespace as a fifth language. Incidentally, do not wrap the code with <code> tags; it breaks the Whitespace. Also, the code looks much nicer in fixed-width.
char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------
#define a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<
#Perl ><><><> <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->
#C++ --><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]
#Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]
#Whitespace >>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<
#brainf*ck > < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/
exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.
#include <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>
#define eval int main()//>+<<<-]>>>[<<<+>>+>->
#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>
#define print std::cout << // > <+<-]>[<<+>+>-]<<[>>>
#define z std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++
#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/
#define abs int $n //>< <]<[>>+<<<<[-]>>[<<+>>-]]>>]<
#define uc mpz_class fact(int $n){/*<<<[<<<<]<<<[<<
use bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]
z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>
#[<<+>+>-]<->+<[>-<[-]]>[-<<-<<<<[>>+<<-]>>[<<+>+>+*/
uc;if($n==0){return 1;}return $n*fact($n-1); }//;#
eval{abs;z($n);print fact($n);print("\n")/*2;};#-]<->
'+<[>-<[-]]>]<<[<<<<]<<<<-[>>+<<-]>>[<<+>+>-]+<[>-+++
-}-- <[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++
fact 0 = 1 -- ><><><>< > <><>< ]+<[>-<[-]]>]<<[<<+ +
fact n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}
main=do{n<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
{-x<-<[-]]>[-]>>]>]>>>[>>>>]<<<<[>+++++++[<+++++++>-]
<--.<<<<]+written+by+++A+Rex+++2009+.';#+++x-}--x*/;}
|
|
|
|
6
|
|
|
char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------#define a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<#Perl><><><> <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->#C++ --><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]#Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]#Whitespace >>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<#brainf*ck> < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.#include <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>#define eval int main()//>+<<<-]>>>[<<<+>>+>->#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>#define print std::cout<< // > <+<-]>[<<+>+>-]<<[>>>#define z std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/#define abs int $n //>< <]<[>>+<<<<[-]>>[<<+>>-]]>>]<#define uc mpz_class fact(int $n){/*<<<[<<<<]<<<[<<use bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>uc;if($n==0){return 1;}return $n*fact($n-1); }//;#eval{abs;z($n);print fact($n);print("\n")/*2;};#-]<->-}-- <[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++fact 0 = 1 --><><><>< > <><>< ]+<[>-<[-]]>]<<[<<+ +fact n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}main=do{n<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
|
|
|
|
5
|
|
|
char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------#define a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<#Perl ><><><> <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->><><><> <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->#C++ --><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]#Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]#Whitespace >>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<#brainf*ck > < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/> < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.#include <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>#define eval int main()//>+<<<-]>>>[<<<+>>+>->#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>#define print std::cout << // > <+<-]>[<<+>+>-]<<[>>><< // > <+<-]>[<<+>+>-]<<[>>>#define z std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/#define abs int $n //>< <]<[>>+<<<<[-]>>[<<+>>-]]>>]<#define uc mpz_class fact(int $n){/*<<<[<<<<]<<<[<<use bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>uc;if($n==0){return 1;}return $n*fact($n-1); }//;#eval{abs;z($n);print fact($n);print("\n")/*2;};#-]<->-}-- <[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++fact 0 = 1 -- ><><><>< > <><>< ]+<[>-<[-]]>]<<[<<+ +><><><>< > <><>< ]+<[>-<[-]]>]<<[<<+ +fact n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
|
|
|
|
4
|
|
|
Polyglot: 5 languages, all using bignums
So, I wrote a polyglot which works in the 3 three languages I often write in, as well as 1 one from my other answer to this question and 1 one I just learned today. It's a standalone program, which reads a single line containing a nonnegative integer and prints a single line containing its factorial. Bignums are used in all languages, so the maximum computable factorial depends only on your computer's resources.
- Perl: uses built-in bignum package. Run with
perl FILENAME.
- Haskell: uses built-in bignums. Run with
runhugs FILENAME or your favorite compiler's equivalent.
- C++: requires GMP for bignum support. To compile with g++, use
g++ -lgmpxx -lgmp -x c++ FILENAME to link against the right libraries. After compiling, run ./a.out. Or use your favorite compiler's equivalent.
- brainf*ck: I wrote some bignum support in this post. Using Muller's classic distribution, compile with
bf < FILENAME > EXECUTABLE. Make the output executable and run it. Or use your favorite distribution.
- Whitespace: uses built-in bignum support. Run with
wspace FILENAME.
Edit: added Whitespace as a fifth language. Incidentally, do NOT not wrap the code with <code> tags; it breaks the Whitespace. ..Also, the code looks much nicer in fixed-width.
char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------
#define a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<
#Perl ><><><> <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->
#C++ --><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]
#Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]
#Whitespace >>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<
#brainf*ck > < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/
exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.
#include <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>
#define eval int main()//>+<<<-]>>>[<<<+>>+>->
#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>
#define print std::cout << // > <+<-]>[<<+>+>-]<<[>>>
#define z std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++
#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/
#define abs int $n //>< <]<[>>+<<<<[-]>>[<<+>>-]]>>]<
#define uc mpz_class fact(int $n){/*<<<[<<<<]<<<[<<
use bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]
z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>
#[<<+>+>-]<->+<[>-<[-]]>[-<<-<<<<[>>+<<-]>>[<<+>+>+*/
uc;if($n==0){return 1;}return $n*fact($n-1); }//;#
eval{abs;z($n);print fact($n);print("\n")/*2;};#-]<->
'+<[>-<[-]]>]<<[<<<<]<<<<-[>>+<<-]>>[<<+>+>-]+<[>-+++
-}-- <[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++
fact 0 = 1 -- ><><><>< > <><>< ]+<[>-<[-]]>]<<[<<+ +
fact n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}
main=do{n<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
{-x<-<[-]]>[-]>>]>]>>>[>>>>]<<<<[>+++++++[<+++++++>-]
<--.<<<<]+written+by+++A+Rex+++2009+.';#+++x-}--x*/;}
|
|
|
|
3
|
|
|
Polyglot: 5 languages, all using bignums
So, I wrote a polyglot which works in the 3 languages I often write in, as well as 1 from my other answer to this question and 1 I just learned today. It's a standalone program, which reads a single line containing a nonnegative integer and prints a single line containing its factorial. Bignums are used in all languages, so the maximum computable factorial depends only on your computer's resources.
- Perl: uses built-in bignum package. Run with
perl FILENAME.
- Haskell: uses built-in bignums. Run with
runhugs FILENAME or your favorite compiler's equivalent.
- C++: requires GMP for bignum support. To compile with g++, use
g++ -lgmpxx -lgmp -x c++ FILENAME to link against the right libraries. After compiling, run ./a.out. Or use your favorite compiler's equivalent.
- Brainf*ck
- brainf*ck: I wrote some bignum support in this post. Using Muller's classic distribution, compile with
bf < FILENAME > EXECUTABLE. Make the output executable and run it. Or use your favorite distribution.
- Whitespace: uses built-in bignum support. Run with
wspace FILENAME.
Edit: added Whitespace as a fifth language. Incidentally, do NOT wrap the code with <code> tags; it breaks the Whitespace ...
char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------
#define a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<
#Perl ><><><> <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->
#C++ --><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]
#Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]
#Whitespace >>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<
#Brainf*ckbrainf*ck > < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/
exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.
#include <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>
#define eval int main()//>+<<<-]>>>[<<<+>>+>->
#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>
#define print std::cout << // > <+<-]>[<<+>+>-]<<[>>>
#define z std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++
#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/
#define abs int $n //>< <]<[>>+<<<<[-]>>[<<+>>-]]>>]<
#define uc mpz_class fact(int $n){/*<<<[<<<<]<<<[<<
use bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]
z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>
#[<<+>+>-]<->+<[>-<[-]]>[-<<-<<<<[>>+<<-]>>[<<+>+>+*/
uc;if($n==0){return 1;}return $n*fact($n-1); }//;#
eval{abs;z($n);print fact($n);print("\n")/*2;};#-]<->
'+<[>-<[-]]>]<<[<<<<]<<<<-[>>+<<-]>>[<<+>+>-]+<[>-+++
-}-- <[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++
fact 0 = 1 -- ><><><>< > <><>< ]+<[>-<[-]]>]<<[<<+ +
fact n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}
main=do{n<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
{-x<-<[-]]>[-]>>]>]>>>[>>>>]<<<<[>+++++++[<+++++++>-]
<--.<<<<]+written+by+++A+Rex+++2009+.';#+++x-}--x*/;}
|
|
|
|
2
|
|
|
Polyglot: 4 5 languages, all using bignumsSo, I wrote my first a polyglot , which works in the 3 languages I often write in, as well as 1 from my other answer to this question and 1 I just learned today. It's a standalone program, which reads a single line containing a nonnegative integer and prints a single line containing its factorial. Bignums are used in all languages, so the maximum computable factorial depends only on your computer's resources. C++: requires GMP for bignum support. To compile with g++, use g++ -lgmpxx -lgmp -x c++ FILENAME to link against the right libraries. If your filename doesn't end in a C++ file extension, don't forget to add the switch -x c++ right before the filename. After compiling, run ./a.out. Or use your favorite compiler's equivalent.void//#b=0+0{-|()*|x>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<>>>><<<<<>Whitespace: uses built-in bignum support. Run with wspace FILENAME.char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------#definea /*#[This is my first polyglot. Can you believe it? a/*#--]0;>>>>++<<<<<<<<[>++++++[<------>-]<-<<<Perl ><><><> <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->#--->-]<-<<<<]>>>>[[>>+<<-]>>[<<+>+>-]<->+<[>>>>+<<<-<[-]]>[*/C++ --><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]#define lc x(){}//-]>>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-][Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]#include <gmpxx.h>//]>>]>>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<]Whitespace >>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<#Brainf*ck > < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.#definedo eval intmain()//]<<<<]>>>>+<<<<<<<[<<<<]>>>>-[>>>[>>>>] main()//>+<<<-]>>>[<<<+>>+>->#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>#define print std::cout<<//>>>>>>[>>>>]<<<<[>>>+<<<-]>>>[<<<+>#define z std::cin>>//<<>+>-]<-[>>+<<[-]]<<[<<<<]>>>>[>[>+<-]>#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/#define abs int $n//[<<+>+>-]<<[>>>+<<<-]>>>[<<<+>>+>-]<->++++n //>< <]<[>>+<<<<[-]>>[<<+>>-]]>>]<#define uc mpz_class fact(int $n) {/*+++++[-<[-[>>>>+<<<<-]]<>use bignum;subz{$_[0]=<>;}sub #<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>>>[<<<<+>>uc;0*0;if($n==0){0*0;return 1;}0*0;return [<<+>+>-]<->+<[>-<[-]]>[-<<-<<<<[>>+<<-]>>[<<+>+>+*/uc;if($n==0){return 1;}return $n*fact($n-1);0*10;}do{0*0;abs;0*0;z($n);0*0;print fact($n);0*0;print "\n";0*100;}#define b/*n*fact($n-1); }//;#eval{abs;z($n);print fact($n);print("\n")/*2;};#-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]>>[<<+>+>-]<->+<[>-<[-]]>[-<<-<<<<[>>+<<-]>>[<<+>+>-]<->+<[>-<[-]]>]<<[<<<<]<<<<-[>'+<[>-<[-]]>]<<[<<<<]<<<<-[>>+<<-]>>[<<+>+>-]+<[>-+++factn=foldl(*)1(enumFromTo 0 = 1n)-- <[>>>>+<<<-<[-]]>[-]>>]+++>main=do{n<-readLn;print(fact n)}- ->]>>>[>>>>]<<<<[>+++++++[++- ><><><>< > <><>< ]+<[>-<[-]]>]<<[<<+ +fact n=n*fact(n-1){-<+++++++>-]<--.<<<<]++++++++++.*/<<]>>>>[[>>+<<-]>>[<<+>+++>+-}{-x<-<[-]]>[-]>>]>]>>>[>>>>]<<<<[>+++++++[<+++++++>-]
|
|
|
|
1
|
|
|
Polyglot: 4 languages, all using bignums
I wrote my first polyglot, which works in the 3 languages I often write in, as well as 1 from my other answer to this question. It's a standalone program, which reads a single line containing a nonnegative integer and prints a single line containing its factorial. Bignums are used in all languages, so the maximum computable factorial depends only on your computer's resources.
- Perl: uses built-in bignum package. Run with
perl FILENAME.
- Haskell: uses built-in bignums. Run with
runhugs FILENAME or your favorite compiler's equivalent.
- C++: requires GMP for bignum support. To compile with g++, use
g++ -lgmpxx -lgmp FILENAME to link against the right libraries. If your filename doesn't end in a C++ file extension, don't forget to add the switch -x c++ right before the filename. After compiling, run ./a.out. Or use your favorite compiler's equivalent.
- Brainf*ck: I wrote some bignum support in this post. Using Muller's classic distribution, compile with
bf < FILENAME > EXECUTABLE. Make the output executable and run it. Or use your favorite distribution.
void//#b=0+0{-|()*|x>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<>>>><<<<<>
#define a /*#[This is my first polyglot. Can you believe it?]
0;#>>>>,----------[>>>>,----------]>>>>++<<<<<<<<[>++++++[<---
#--->-]<-<<<<]>>>>[[>>+<<-]>>[<<+>+>-]<->+<[>>>>+<<<-<[-]]>[*/
#define lc x(){}//-]>>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-][
lc;
#include <gmpxx.h>//]>>]>>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<]
#include <iostream>//>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>+<<<<-
#define do int main()//]<<<<]>>>>+<<<<<<<[<<<<]>>>>-[>>>[>>>>]
#define print std::cout<<//>>>>>>[>>>>]<<<<[>>>+<<<-]>>>[<<<+>
#define z std::cin>>//<<>+>-]<-[>>+<<[-]]<<[<<<<]>>>>[>[>+<-]>
#define abs int $n//[<<+>+>-]<<[>>>+<<<-]>>>[<<<+>>+>-]<->++++
#define uc mpz_class fact(int $n) {/*+++++[-<[-[>>>>+<<<<-]]<>
use bignum;sub z{$_[0]=<>;}sub fact{my($n)=shift;#>>>>[<<<<+>>
#>>-]<<<]<[>>+<<<<[-]>>[<<+>>-]]>>]<<<<[<<<<]<<<[<<<<]>>>>-+*/
uc;0*0;if($n==0){0*0;return 1;}0*0;return $n*fact($n-1);0*10;}
do{0*0;abs;0*0;z($n);0*0;print fact($n);0*0;print "\n";0*100;}
#define b/*]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]>>[<<+>+>-]<->+<[>-<[
__END__
-]]>[-<<-<<<<[>>+<<-]>>[<<+>+>-]<->+<[>-<[-]]>]<<[<<<<]<<<<-[>
>+<<-]>>[<<+>+>-]+<[>-<[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<+++
-}-- <+>+>-]+<[>-<[-]]>]<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]<->+++
fact n=foldl(*)1(enumFromTo 1 n)-- <[>>>>+<<<-<[-]]>[-]>>]+++>
main=do{n<-readLn;print(fact n)}-- >]>>>[>>>>]<<<<[>+++++++[++
-- <+++++++>-]<--.<<<<]++++++++++.*/
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
|
|
|
|
|