結果
| 問題 |
No.304 鍵(1)
|
| コンテスト | |
| ユーザー |
nak2yoshi
|
| 提出日時 | 2016-02-24 23:51:34 |
| 言語 | D (dmd 2.109.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 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 6 |
ソースコード
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");
}
nak2yoshi