結果
| 問題 | No.2864 String of yuusaan |
| コンテスト | |
| ユーザー |
titia
|
| 提出日時 | 2024-08-31 01:10:58 |
| 言語 | Python3 (3.14.7 + numpy 2.5.2 + scipy 1.18.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 105 bytes |
| 記録 | |
| コンパイル時間 | 302 ms |
| コンパイル使用メモリ | 21,280 KB |
| 実行使用メモリ | 15,892 KB |
| 最終ジャッジ日時 | 2026-08-25 10:09:15 |
| 合計ジャッジ時間 | 3,736 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 5 WA * 14 |
ソースコード
import sys input = sys.stdin.readline N,K=map(int,input().split()) S="yuusaanuusaa" N-=1 print(S[N%12])
titia