Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 388 Bytes

File metadata and controls

23 lines (17 loc) · 388 Bytes

配列変換

converter

入力した数値・文字を配列に変換するツールです

対応言語

  • C / C++
  • C#
  • Python
  • JavaScript

例:

before

00111101010100110111011

after

{ 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1 }