結果

問題 No.353 ヘイトプラス
ユーザー papinianuspapinianus
提出日時 2016-06-17 17:10:28
言語 PHP
(8.3.4)
結果
AC  
実行時間 34 ms / 1,000 ms
コード長 79 bytes
コンパイル時間 3,719 ms
コンパイル使用メモリ 30,600 KB
実行使用メモリ 31,268 KB
最終ジャッジ日時 2024-06-29 13:52:16
合計ジャッジ時間 4,532 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 33 ms
30,848 KB
testcase_01 AC 33 ms
30,884 KB
testcase_02 AC 32 ms
31,144 KB
testcase_03 AC 33 ms
31,044 KB
testcase_04 AC 33 ms
30,880 KB
testcase_05 AC 33 ms
30,868 KB
testcase_06 AC 34 ms
31,156 KB
testcase_07 AC 33 ms
31,268 KB
testcase_08 AC 34 ms
31,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
$input = explode(' ',trim(fgets(STDIN)));
echo array_sum($input).PHP_EOL;
0