結果
問題 | No.993 青色 |
ユーザー | tomi |
提出日時 | 2021-01-15 20:15:12 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 450 bytes |
コンパイル時間 | 202 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-05-04 21:28:39 |
合計ジャッジ時間 | 1,025 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
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('a')