Add tags

Add tags to the following comment

標準入力から一行読み込んで変換。

1
2
3
4
5
import std.stdio, std.conv, std.string;

void main() {
    writefln("%b",to!(int)(strip(readln)));
}

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...