結果
問題 | No.304 鍵(1) |
ユーザー | nak2yoshi |
提出日時 | 2016-02-24 23:51:34 |
言語 | D (dmd 2.106.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 271 bytes |
コンパイル時間 | 1,676 ms |
コンパイル使用メモリ | 141,184 KB |
実行使用メモリ | 25,604 KB |
平均クエリ数 | 1.17 |
最終ジャッジ日時 | 2024-06-12 03:06:11 |
合計ジャッジ時間 | 2,982 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
ソースコード
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"); }