結果
問題 | No.99 ジャンピング駒 |
ユーザー | papinianus |
提出日時 | 2016-07-22 12:59:42 |
言語 | PHP (8.3.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 75 bytes |
コンパイル時間 | 100 ms |
コンパイル使用メモリ | 32,404 KB |
実行使用メモリ | 32,528 KB |
最終ジャッジ日時 | 2024-11-06 08:06:22 |
合計ジャッジ時間 | 904 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 44 ms
32,268 KB |
testcase_01 | AC | 42 ms
32,276 KB |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<?php $ns = str_split(trim(fgets(STDIN))); echo (array_pop($ns)%2).PHP_EOL;