結果

問題 No.993 青色
ユーザー tentententen
提出日時 2020-08-24 17:42:44
言語 Java21
(openjdk 21)
結果
AC  
実行時間 116 ms / 2,000 ms
コード長 200 bytes
コンパイル時間 2,180 ms
コンパイル使用メモリ 74,180 KB
実行使用メモリ 41,760 KB
最終ジャッジ日時 2024-04-24 03:38:56
合計ジャッジ時間 3,272 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 98 ms
40,280 KB
testcase_01 AC 111 ms
41,760 KB
testcase_02 AC 105 ms
41,448 KB
testcase_03 AC 104 ms
41,584 KB
testcase_04 AC 95 ms
39,952 KB
testcase_05 AC 116 ms
41,312 KB
testcase_06 AC 96 ms
40,168 KB
testcase_07 AC 104 ms
41,256 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        System.out.println(sc.next().replaceAll("ao", "ki"));
    }
}
0