結果
問題 |
No.254 文字列の構成
|
ユーザー |
![]() |
提出日時 | 2025-04-09 21:03:05 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 95 bytes |
コンパイル時間 | 197 ms |
コンパイル使用メモリ | 82,352 KB |
実行使用メモリ | 53,868 KB |
最終ジャッジ日時 | 2025-04-09 21:05:55 |
合計ジャッジ時間 | 5,131 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | WA * 30 |
ソースコード
N = int(input()) if N == 1: print("a") elif N == 4: print("iwi") else: print("iwi")