結果
問題 | No.993 青色 |
ユーザー | tomi |
提出日時 | 2021-01-15 20:12:22 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 478 bytes |
コンパイル時間 | 127 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-11-26 11:44:59 |
合計ジャッジ時間 | 1,046 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
ソースコード
a0,a1,a2,a3,a4,a5,a6,a7 = list(input().split()) if a0 == 'a' and a1 == 'o': a0 = 'k' a1 = 'i' elif a1 == 'a' and a2 == 'o': a1 = 'k' a2 = 'i' elif a2 == 'a' and a3 == 'o': a2 = 'k' a3 = 'i' elif a3 == 'a' and a4 == 'o': a3 = 'k' a4 = 'i' elif a4 == 'a' and a5 == 'o': a4 = 'k' a5 = 'i' elif a5 == 'a' and a6 == 'o': a5 = 'k' a6 = 'i' elif a6 == 'a' and a7 == 'o': a6 = 'k' a7 = 'i' print("a0""a1""a2""a3""a4""a5""a6""a7")