結果
問題 | No.712 赤旗 |
ユーザー | papinianus |
提出日時 | 2021-05-31 01:35:48 |
言語 | PHP (8.3.4) |
結果 |
AC
|
実行時間 | 42 ms / 2,000 ms |
コード長 | 164 bytes |
コンパイル時間 | 93 ms |
コンパイル使用メモリ | 30,992 KB |
実行使用メモリ | 30,988 KB |
最終ジャッジ日時 | 2024-11-08 21:05:58 |
合計ジャッジ時間 | 886 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 42 ms
30,724 KB |
testcase_01 | AC | 42 ms
30,664 KB |
testcase_02 | AC | 42 ms
30,792 KB |
testcase_03 | AC | 41 ms
30,792 KB |
testcase_04 | AC | 41 ms
30,988 KB |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<?php declare(strict_types=1); trim(fgets(STDIN)); $str = ""; while($stdin = fgets(STDIN)) { $str .= trim($stdin); } echo count_chars($str,0)[ord("W")].PHP_EOL;