結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 44 ms
30,908 KB
testcase_01 WA -
testcase_02 AC 43 ms
30,720 KB
testcase_03 AC 41 ms
31,036 KB
testcase_04 AC 42 ms
30,892 KB
testcase_05 AC 41 ms
30,864 KB
testcase_06 AC 39 ms
31,056 KB
testcase_07 AC 41 ms
30,840 KB
testcase_08 AC 41 ms
30,856 KB
testcase_09 AC 42 ms
30,828 KB
testcase_10 AC 41 ms
30,652 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

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