結果
| 問題 | No.304 鍵(1) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-12-17 22:33:59 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 138 bytes |
| 記録 | |
| コンパイル時間 | 375 ms |
| コンパイル使用メモリ | 20,824 KB |
| 実行使用メモリ | 63,460 KB |
| 最終ジャッジ日時 | 2026-03-31 05:54:35 |
| 合計ジャッジ時間 | 6,719 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 1 -- * 5 |
ソースコード
n = int(input())
for i in range(999):
if int(input()) == n:
print("unlocked")
break
else:
print('locked')