Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

#Brainfuck, (削除) 143 (削除ここまで)(削除) 140 (削除ここまで) 131 bytes

Brainfuck, (削除) 143 (削除ここまで)(削除) 140 (削除ここまで) 131 bytes

###Commented version

Commented version

#Brainfuck, (削除) 143 (削除ここまで)(削除) 140 (削除ここまで) 131 bytes

###Commented version

Brainfuck, (削除) 143 (削除ここまで)(削除) 140 (削除ここまで) 131 bytes

Commented version

added 7 characters in body
Source Link
PurkkaKoodari
  • 17.9k
  • 2
  • 37
  • 92

BeatsBeat(削除) s (削除ここまで) C#.

Beats C#.

Beat(削除) s (削除ここまで) C#.

deleted 40 characters in body
Source Link
PurkkaKoodari
  • 17.9k
  • 2
  • 37
  • 92

#Brainfuck, (削除) 143 (削除ここまで) 140(削除) 140 (削除ここまで) 131 bytes

,[,[---------->+<[>-]>[->]<,]<[[<]>[++++++++++.>]++++++++++.<[<]<]],[---------->+<[>>+<[++++++++++>-]>[-<<[++++++++++<<[.<]++++++++++.[>]>>]<,]<[++++++++++]<[.<]
, get mode
[ check truthy input
 ,[ loop thru input
 ---------- subtract newline
 >+ set flag
 < go back to char
 [ was not newline
 > move to flag
 - reset flag
 ]
 > move to flag or one past flag
 [ hit flag; was newline
 - reset flag
 > skip a cell
 ]
 < go to next position
 , read next input
 ]
 < find end of line
 [ loop thru lines
 [<]> find start of line
 [ loop thru line
 ++++++++++ add newline back
 . print this cell
 > go to next cell
 ]
 ++++++++++ change to newline
 . print newline
 <[<]< find end of previous line
 ]
]
,[ loop thru any input left
 ---------- subtract newline
 >+ set flag
 < go back to char
 [ was not newline
  ++++++++++ add newline back
 > move to flag
 - reset flag
 ]
 > move to flag or one past flag
 [ hit flag; was newline
 - clear flag
 < go back to char
 < go back to line chars
 [ loop thru line
 ++++++++++ add newline back
 . print this cell
 < go to previous cell
 ]
 ++++++++++. print newline
 [>]>> find empty cell
 ]
 < go to next position
 , read next input
]
< go to line
[ loop thru line
 ++++++++++ add newline back
 . print this cell
 < go to previous cell
]

#Brainfuck, (削除) 143 (削除ここまで) 140 bytes

,[,[---------->+<[>-]>[->]<,]<[[<]>[++++++++++.>]++++++++++.<[<]<]],[---------->+<[>-]>[-<<[++++++++++.<]++++++++++.[>]>>]<,]<[++++++++++.<]
, get mode
[ check truthy input
 ,[ loop thru input
 ---------- subtract newline
 >+ set flag
 < go back to char
 [ was not newline
 > move to flag
 - reset flag
 ]
 > move to flag or one past flag
 [ hit flag; was newline
 - reset flag
 > skip a cell
 ]
 < go to next position
 , read next input
 ]
 < find end of line
 [ loop thru lines
 [<]> find start of line
 [ loop thru line
 ++++++++++ add newline back
 . print this cell
 > go to next cell
 ]
 ++++++++++ change to newline
 . print newline
 <[<]< find end of previous line
 ]
]
,[ loop thru any input left
 ---------- subtract newline
 >+ set flag
 < go back to char
 [ was not newline
 > move to flag
 - reset flag
 ]
 > move to flag or one past flag
 [ hit flag; was newline
 - clear flag
 < go back to char
 < go back to line chars
 [ loop thru line
 ++++++++++ add newline back
 . print this cell
 < go to previous cell
 ]
 ++++++++++. print newline
 [>]>> find empty cell
 ]
 < go to next position
 , read next input
]
< go to line
[ loop thru line
 ++++++++++ add newline back
 . print this cell
 < go to previous cell
]

#Brainfuck, (削除) 143 (削除ここまで) (削除) 140 (削除ここまで) 131 bytes

,[,[---------->+<[>-]>[->]<,]<[[<]>[++++++++++.>]++++++++++.<[<]<]],[---------->+<[++++++++++>-]>[-<<[.<]++++++++++.[>]>>]<,]<[.<]
, get mode
[ check truthy input
 ,[ loop thru input
 ---------- subtract newline
 >+ set flag
 < go back to char
 [ was not newline
 > move to flag
 - reset flag
 ]
 > move to flag or one past flag
 [ hit flag; was newline
 - reset flag
 > skip a cell
 ]
 < go to next position
 , read next input
 ]
 < find end of line
 [ loop thru lines
 [<]> find start of line
 [ loop thru line
 ++++++++++ add newline back
 . print this cell
 > go to next cell
 ]
 ++++++++++ change to newline
 . print newline
 <[<]< find end of previous line
 ]
]
,[ loop thru any input left
 ---------- subtract newline
 >+ set flag
 < go back to char
 [ was not newline
  ++++++++++ add newline back
 > move to flag
 - reset flag
 ]
 > move to flag or one past flag
 [ hit flag; was newline
 - clear flag
 < go back to char
 < go back to line chars
 [ loop thru line
 . print this cell
 < go to previous cell
 ]
 ++++++++++. print newline
 [>]>> find empty cell
 ]
 < go to next position
 , read next input
]
< go to line
[ loop thru line
 . print this cell
 < go to previous cell
]
deleted 160 characters in body
Source Link
PurkkaKoodari
  • 17.9k
  • 2
  • 37
  • 92
Loading
added 20 characters in body
Source Link
PurkkaKoodari
  • 17.9k
  • 2
  • 37
  • 92
Loading
Source Link
PurkkaKoodari
  • 17.9k
  • 2
  • 37
  • 92
Loading

AltStyle によって変換されたページ (->オリジナル) /