結果

問題 No.536 人工知能
ユーザー kifara155kifara155
提出日時 2018-01-20 02:41:18
言語 PHP
(8.3.4)
結果
AC  
実行時間 40 ms / 1,000 ms
コード長 111 bytes
コンパイル時間 1,493 ms
コンパイル使用メモリ 30,904 KB
実行使用メモリ 31,324 KB
最終ジャッジ日時 2024-06-06 19:31:41
合計ジャッジ時間 2,543 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
31,204 KB
testcase_01 AC 39 ms
30,896 KB
testcase_02 AC 38 ms
31,324 KB
testcase_03 AC 38 ms
30,976 KB
testcase_04 AC 38 ms
31,252 KB
testcase_05 AC 40 ms
31,236 KB
testcase_06 AC 39 ms
31,040 KB
testcase_07 AC 37 ms
30,940 KB
testcase_08 AC 36 ms
31,180 KB
testcase_09 AC 36 ms
31,016 KB
testcase_10 AC 39 ms
30,932 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
$input = str_replace(PHP_EOL, '', fgets(STDIN));
printf(preg_replace('#ai-AI$#', 'AI', $input.'-AI'));
?>
0