結果

問題 No.530 年齢って毎年変わるし覚えるの難しいよね
ユーザー ねずねず
提出日時 2018-01-28 12:37:27
言語 PHP
(8.3.4)
結果
AC  
実行時間 44 ms / 2,000 ms
コード長 49 bytes
コンパイル時間 96 ms
コンパイル使用メモリ 30,912 KB
実行使用メモリ 31,348 KB
最終ジャッジ日時 2024-06-09 08:20:39
合計ジャッジ時間 3,339 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 44 ms
30,880 KB
testcase_01 AC 42 ms
31,240 KB
testcase_02 AC 40 ms
31,028 KB
testcase_03 AC 43 ms
31,208 KB
testcase_04 AC 39 ms
31,256 KB
testcase_05 AC 40 ms
31,224 KB
testcase_06 AC 39 ms
31,304 KB
testcase_07 AC 37 ms
30,848 KB
testcase_08 AC 40 ms
31,196 KB
testcase_09 AC 40 ms
31,072 KB
testcase_10 AC 40 ms
31,060 KB
testcase_11 AC 41 ms
31,100 KB
testcase_12 AC 40 ms
30,872 KB
testcase_13 AC 40 ms
30,864 KB
testcase_14 AC 40 ms
31,296 KB
testcase_15 AC 39 ms
31,324 KB
testcase_16 AC 41 ms
31,268 KB
testcase_17 AC 42 ms
31,024 KB
testcase_18 AC 42 ms
30,816 KB
testcase_19 AC 43 ms
31,164 KB
testcase_20 AC 42 ms
30,956 KB
testcase_21 AC 42 ms
31,032 KB
testcase_22 AC 39 ms
31,312 KB
testcase_23 AC 41 ms
30,988 KB
testcase_24 AC 42 ms
31,200 KB
testcase_25 AC 41 ms
30,968 KB
testcase_26 AC 39 ms
31,240 KB
testcase_27 AC 41 ms
31,272 KB
testcase_28 AC 39 ms
31,108 KB
testcase_29 AC 40 ms
31,312 KB
testcase_30 AC 39 ms
31,048 KB
testcase_31 AC 41 ms
31,348 KB
testcase_32 AC 37 ms
31,056 KB
testcase_33 AC 42 ms
30,920 KB
testcase_34 AC 40 ms
31,128 KB
testcase_35 AC 39 ms
30,880 KB
testcase_36 AC 38 ms
31,260 KB
testcase_37 AC 36 ms
30,772 KB
testcase_38 AC 40 ms
31,000 KB
testcase_39 AC 39 ms
31,228 KB
testcase_40 AC 40 ms
31,312 KB
testcase_41 AC 41 ms
31,088 KB
testcase_42 AC 40 ms
31,196 KB
testcase_43 AC 38 ms
30,904 KB
testcase_44 AC 37 ms
31,088 KB
testcase_45 AC 37 ms
31,172 KB
testcase_46 AC 41 ms
31,024 KB
testcase_47 AC 40 ms
31,044 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
$y = trim(fgets(STDIN));
echo 2017 - $y;
?>
0