結果
| 問題 | No.2864 String of yuusaan |
| コンテスト | |
| ユーザー |
akasia_midori
|
| 提出日時 | 2024-08-30 21:48:41 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 338 bytes |
| 記録 | |
| コンパイル時間 | 280 ms |
| コンパイル使用メモリ | 84,960 KB |
| 実行使用メモリ | 54,016 KB |
| 最終ジャッジ日時 | 2026-04-03 23:37:38 |
| 合計ジャッジ時間 | 1,514 ms |
|
ジャッジサーバーID (参考情報) |
judge5_1 / judge4_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | AC * 6 WA * 13 |
ソースコード
def oi(): return int(input())
def os(): return input().rstrip()
def mi(): return list(map(int, input().split()))
# import sys
# input = sys.stdin.readline
# import sys
# sys.setrecursionlimit(10**8)
# import pypyjit
# pypyjit.set_param('max_unroll_recursion=-1')
input_count = 0
N,K = mi()
text = "yuusaanuusaa"
print(text[K%len(text)])
akasia_midori