結果

問題 No.830 日本人の9割は90%
ユーザー しめはじめしめはじめ
提出日時 2019-06-14 10:59:00
言語 PHP
(8.3.4)
結果
WA  
実行時間 -
コード長 71 bytes
コンパイル時間 84 ms
コンパイル使用メモリ 30,788 KB
実行使用メモリ 31,384 KB
最終ジャッジ日時 2024-11-07 08:09:25
合計ジャッジ時間 1,189 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
30,744 KB
testcase_01 WA -
testcase_02 AC 41 ms
30,792 KB
testcase_03 AC 42 ms
30,708 KB
testcase_04 AC 42 ms
30,968 KB
testcase_05 AC 42 ms
31,384 KB
testcase_06 AC 42 ms
31,212 KB
testcase_07 AC 43 ms
31,060 KB
testcase_08 AC 42 ms
31,016 KB
testcase_09 AC 43 ms
31,256 KB
testcase_10 AC 42 ms
31,204 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
    $wari = trim( fgets( STDIN ) );
    printf( "%s0\n", $wari );
0