結果
| 問題 |
No.304 鍵(1)
|
| コンテスト | |
| ユーザー |
liny_tail
|
| 提出日時 | 2020-08-19 21:24:43 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 98 bytes |
| コンパイル時間 | 76 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 43,568 KB |
| 平均クエリ数 | 0.17 |
| 最終ジャッジ日時 | 2024-07-17 05:56:56 |
| 合計ジャッジ時間 | 3,780 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 TLE * 1 -- * 4 |
ソースコード
cnt = 0
while True:
print('{:03d}'.format(cnt))
if input().strip() == 'unlocked':
exit()
liny_tail