結果
問題 |
No.2864 String of yuusaan
|
ユーザー |
![]() |
提出日時 | 2024-08-30 21:49:28 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 37 ms / 2,000 ms |
コード長 | 342 bytes |
コンパイル時間 | 316 ms |
コンパイル使用メモリ | 82,456 KB |
実行使用メモリ | 53,616 KB |
最終ジャッジ日時 | 2024-09-26 14:35:11 |
合計ジャッジ時間 | 1,626 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 19 |
ソースコード
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-1)%len(text)])