結果
| 問題 |
No.304 鍵(1)
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-12-17 22:33:59 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 138 bytes |
| コンパイル時間 | 139 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 42,148 KB |
| 最終ジャッジ日時 | 2024-07-16 16:30:30 |
| 合計ジャッジ時間 | 6,555 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 1 -- * 5 |
ソースコード
n = int(input())
for i in range(999):
if int(input()) == n:
print("unlocked")
break
else:
print('locked')