結果
問題 |
No.2864 String of yuusaan
|
ユーザー |
![]() |
提出日時 | 2024-08-30 21:48:41 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 338 bytes |
コンパイル時間 | 252 ms |
コンパイル使用メモリ | 82,376 KB |
実行使用メモリ | 53,856 KB |
最終ジャッジ日時 | 2024-08-30 21:48:43 |
合計ジャッジ時間 | 1,743 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 1 |
other | AC * 6 WA * 12 |
ソースコード
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)])