Last active
October 2, 2022 09:59
-
-
Save roodni/3f553308b301fe39743134a102fa6a87 to your computer and use it in GitHub Desktop.
Nクイーン問題を解くbrainf*ckのプログラム
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
Nクイーン問題を解くプログラム | |
入力は10進数の数値 (終端には改行を入れてね) | |
] | |
>>[-],----------[--------------------------------------<<[->>++++++++++<<]>>[-<<+>>],----------][-]<<[->>+<+>>>>>>>>>>>>>>>>+<<<<<<<<<<<<<<<<<]>>[-<<+>>]>>>>>>>>>>>>>>>-<<<<<<<<<<<<<<<<[>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]<<<<[-]>>>[-<<<+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<]<<<[->>>+<<<]>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<+<+>[<->-<<<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]<<[->>+>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<<<<<<]>>[-<<+>>][-]>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<[-<<<<<<<<<<<[<<<<<<<<<<<<]<<<<+>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<-<<<<<<<<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<]<<<<<<<<<<<[<<<<<<<<<<<<]<<<<[->>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<+<<<<<<<<<<<[<<<<<<<<<<<<]<<<<][-]>>>[-<<<+>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<]<<<[->>>+<<<][-]>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<+<[>-<<[<<<<<<<<<<<<]<<<<<<<+>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<]>[->]<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<+>[<-<<<<[<<<<<<<<<<<<]<<<<<<+>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<]<[-<]<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<+<[>-<<<<<<<<[<<<<<<<<<<<<]<<<<<+>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<]>[->]<<<<<<<<<[<<<<<<<<<<<<]<<<<+<[>->>>>>>>>>>>>>>>[>>>>>>>>>>>>]<-<<<<<<<<<<<[<<<<<<<<<<<<]<<<]>[->>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<+<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<+<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<+<<<<<<<[<<<<<<<<<<<<]<<+<<<<-<->>[-]<<[->>+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]>>>>>>>>>>>+<<<<<<<<<<<<<<<<<<<<<<<[<<<<<<<<<<<<]<<<<<<]>>[-<<+>>]<<+>>>>]>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<]<[-<<<<<<<<<<[<<<<<<<<<<<<]<<+>[<->-<<<<+>[-]<<[->>+>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<<<<<<]>>[-<<+>>][-]>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<[->[<<<<<<<<<<<<]<<<<+>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<-<<<<<<<<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<]>[<<<<<<<<<<<<]<<<<[->>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<+>[<<<<<<<<<<<<]<<<<][-]>>>[-<<<+>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<]<<<[->>>+<<<]>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<-<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<-<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<-<<<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<->[<<<<<<<<<<<<]<<]<[-<<<[-]>>]>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<]<<<<<<<<<[<<<<<<<<<<<<]<<<<<]>>>+>[<->>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]<[-]<<<<[-]>[-]<<[->>+<+<]>>[-<<+>>]<[->[-]<<[->>+>>>+<<<<<]>>[-<<+>>]>>>[-<<<[-]>>>[-<<<+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<-<<<<<<<<<<<[<<<<<<<<<<<<]<]<<<[->>>+<<<]>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<+>[<-<<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]++++++++++++++++++++++++++++++++++++++++++++++.--------------.>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<]<[-<<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.-------------------------------------------------.>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<]<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]>>>[-<<<+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<+<<<<<<<<<<<[<<<<<<<<<<<<]<]<<<[->>>+<<<]>>>]>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<<<[-]++++++++++.<]>>>]<[-<<<<[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.+.-----------------------------------------------.+++++++++++++++++++++++++++++++++.+++++++++++++.+++++.++++.------------------.+++++++++++++.------------------------------------------------------------------------.>>>] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment