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