結果
| 問題 |
No.1155 Nada Picnic
|
| ユーザー |
lam6er
|
| 提出日時 | 2025-03-20 21:01:51 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 91 ms / 2,000 ms |
| コード長 | 128 bytes |
| コンパイル時間 | 182 ms |
| コンパイル使用メモリ | 82,656 KB |
| 実行使用メモリ | 53,204 KB |
| 最終ジャッジ日時 | 2025-03-20 21:01:54 |
| 合計ジャッジ時間 | 899 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
ソースコード
locations = {
1: "Shiitakerando",
2: "Otsukakokusaibijutsukan",
3: "Spring-8"
}
n = int(input())
print(locations[n])
lam6er