結果
問題 | No.530 年齢って毎年変わるし覚えるの難しいよね |
ユーザー |
![]() |
提出日時 | 2017-07-03 22:27:26 |
言語 | PHP (843.2) |
結果 |
WA
|
実行時間 | - |
コード長 | 74 bytes |
コンパイル時間 | 214 ms |
コンパイル使用メモリ | 30,868 KB |
実行使用メモリ | 31,508 KB |
最終ジャッジ日時 | 2024-10-05 12:47:59 |
合計ジャッジ時間 | 3,538 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 48 |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<?php $input = fgets(STDIN); $age = 2017-(int)$input; print $age . '¥n';