結果
| 問題 | No.304 鍵(1) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-09-20 11:02:54 |
| 言語 | Nim (2.2.8) |
| 結果 |
AC
|
| 実行時間 | 129 ms / 2,000 ms |
| + 1µs | |
| コード長 | 157 bytes |
| 記録 | |
| コンパイル時間 | 3,830 ms |
| コンパイル使用メモリ | 69,368 KB |
| 実行使用メモリ | 7,468 KB |
| 平均クエリ数 | 309.17 |
| 最終ジャッジ日時 | 2026-08-14 23:21:37 |
| 合計ジャッジ時間 | 4,979 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 6 |
コンパイルメッセージ
/home/judge/data/code/Main.nim(1, 8) Warning: imported and not used: 'sequtils' [UnusedImport] /home/judge/data/code/Main.nim(1, 28) Warning: imported and not used: 'algorithm' [UnusedImport]
ソースコード
import sequtils, strutils, algorithm, math, strformat
for i in 0..999:
echo fmt"{i:03}"
flushFile(stdout)
if readLine(stdin) == "unlocked":
quit()