結果

問題 No.536 人工知能
ユーザー slimslim
提出日時 2017-11-12 22:24:30
言語 Python2
(2.7.18)
結果
WA  
実行時間 -
コード長 114 bytes
コンパイル時間 62 ms
コンパイル使用メモリ 6,700 KB
実行使用メモリ 6,048 KB
最終ジャッジ日時 2023-08-16 11:02:12
合計ジャッジ時間 957 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
5,932 KB
testcase_01 AC 12 ms
5,856 KB
testcase_02 AC 12 ms
5,848 KB
testcase_03 AC 12 ms
5,928 KB
testcase_04 WA -
testcase_05 AC 12 ms
5,916 KB
testcase_06 AC 11 ms
5,976 KB
testcase_07 AC 11 ms
5,928 KB
testcase_08 AC 11 ms
6,020 KB
testcase_09 AC 11 ms
5,860 KB
testcase_10 AC 11 ms
6,048 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ainame = raw_input()
if ainame.endswith("ai"):
    print ainame.replace('ai','AI')
else:
    print ainame + '-AI'
0