結果

問題 No.304 鍵(1)
ユーザー nak2yoshinak2yoshi
提出日時 2016-02-24 23:51:34
言語 D
(dmd 2.106.1)
結果
WA  
実行時間 -
コード長 271 bytes
コンパイル時間 1,779 ms
コンパイル使用メモリ 141,148 KB
実行使用メモリ 23,808 KB
平均クエリ数 1.17
最終ジャッジ日時 2023-09-02 20:46:09
合計ジャッジ時間 3,307 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

import std.stdio,
       std.conv,
       std.string,
       std.range,
       std.math,
       std.bigint,
       std.algorithm;

void main()
{
    int code;
    do
    {
        "%03s".writefln(code++);
        stdout.flush;
    } while (readln.strip == "unlocked");
}
0