結果

問題 No.536 人工知能
ユーザー kifara155kifara155
提出日時 2018-01-20 02:41:18
言語 PHP
(843.2)
結果
AC  
実行時間 48 ms / 1,000 ms
コード長 111 bytes
コンパイル時間 3,447 ms
コンパイル使用メモリ 32,272 KB
実行使用メモリ 31,632 KB
最終ジャッジ日時 2024-12-24 12:59:18
合計ジャッジ時間 4,626 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 45 ms
31,188 KB
testcase_01 AC 45 ms
31,424 KB
testcase_02 AC 45 ms
31,184 KB
testcase_03 AC 45 ms
31,260 KB
testcase_04 AC 46 ms
31,384 KB
testcase_05 AC 48 ms
31,176 KB
testcase_06 AC 47 ms
31,408 KB
testcase_07 AC 46 ms
31,072 KB
testcase_08 AC 47 ms
31,556 KB
testcase_09 AC 46 ms
31,456 KB
testcase_10 AC 46 ms
31,632 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