Skip to content

Instantly share code, notes, and snippets.

@roodni
Last active October 2, 2022 09:59
Show Gist options
  • Save roodni/3f553308b301fe39743134a102fa6a87 to your computer and use it in GitHub Desktop.
Save roodni/3f553308b301fe39743134a102fa6a87 to your computer and use it in GitHub Desktop.
Nクイーン問題を解くbrainf*ckのプログラム
[
Nクイーン問題を解くプログラム
入力は10進数の数値 (終端には改行を入れてね)
]
>>[-],----------[--------------------------------------<<[->>++++++++++<<]>>[-<<+>>],----------][-]<<[->>+<+>>>>>>>>>>>>>>>>+<<<<<<<<<<<<<<<<<]>>[-<<+>>]>>>>>>>>>>>>>>>-<<<<<<<<<<<<<<<<[>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]<<<<[-]>>>[-<<<+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<]<<<[->>>+<<<]>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<+<+>[<->-<<<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]<<[->>+>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<<<<<<]>>[-<<+>>][-]>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<[-<<<<<<<<<<<[<<<<<<<<<<<<]<<<<+>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<-<<<<<<<<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<]<<<<<<<<<<<[<<<<<<<<<<<<]<<<<[->>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<+<<<<<<<<<<<[<<<<<<<<<<<<]<<<<][-]>>>[-<<<+>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<]<<<[->>>+<<<][-]>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<+<[>-<<[<<<<<<<<<<<<]<<<<<<<+>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<]>[->]<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<+>[<-<<<<[<<<<<<<<<<<<]<<<<<<+>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<]<[-<]<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<+<[>-<<<<<<<<[<<<<<<<<<<<<]<<<<<+>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<]>[->]<<<<<<<<<[<<<<<<<<<<<<]<<<<+<[>->>>>>>>>>>>>>>>[>>>>>>>>>>>>]<-<<<<<<<<<<<[<<<<<<<<<<<<]<<<]>[->>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<+<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<+<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<+<<<<<<<[<<<<<<<<<<<<]<<+<<<<-<->>[-]<<[->>+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]>>>>>>>>>>>+<<<<<<<<<<<<<<<<<<<<<<<[<<<<<<<<<<<<]<<<<<<]>>[-<<+>>]<<+>>>>]>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<]<[-<<<<<<<<<<[<<<<<<<<<<<<]<<+>[<->-<<<<+>[-]<<[->>+>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<<<<<<]>>[-<<+>>][-]>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<[->[<<<<<<<<<<<<]<<<<+>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<-<<<<<<<<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<]>[<<<<<<<<<<<<]<<<<[->>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<+>[<<<<<<<<<<<<]<<<<][-]>>>[-<<<+>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<]<<<[->>>+<<<]>>>>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<-<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<-<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<-<<<<<<<[<<<<<<<<<<<<]>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<<->[<<<<<<<<<<<<]<<]<[-<<<[-]>>]>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<]<<<<<<<<<[<<<<<<<<<<<<]<<<<<]>>>+>[<->>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<<<<<<<<<<[-<<<<<<<<<<<<][<<<<<<<<<<<<]<[-]<<<<[-]>[-]<<[->>+<+<]>>[-<<+>>]<[->[-]<<[->>+>>>+<<<<<]>>[-<<+>>]>>>[-<<<[-]>>>[-<<<+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<-<<<<<<<<<<<[<<<<<<<<<<<<]<]<<<[->>>+<<<]>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<+>[<-<<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]++++++++++++++++++++++++++++++++++++++++++++++.--------------.>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<]<[-<<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.-------------------------------------------------.>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<<<]<<<<<<<<<[<<<<<<<<<<<<]<<<<[-]>>>[-<<<+>>>>>>>>>>>>>>>>[>>>>>>>>>>>>]<+<<<<<<<<<<<[<<<<<<<<<<<<]<]<<<[->>>+<<<]>>>]>>>>>>>>>>>>>[>>>>>>>>>>>>]+[<<<<<<<<<<<<]<<<<[-]++++++++++.<]>>>]<[-<<<<[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.+.-----------------------------------------------.+++++++++++++++++++++++++++++++++.+++++++++++++.+++++.++++.------------------.+++++++++++++.------------------------------------------------------------------------.>>>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment