結果

問題 No.1550 nullくんの町清掃 / null's Town Cleaning
ユーザー mohu moffumohu moffu
提出日時 2021-07-13 19:47:56
言語 PHP
(8.3.4)
結果
AC  
実行時間 36 ms / 2,000 ms
コード長 63 bytes
コンパイル時間 1,401 ms
コンパイル使用メモリ 32,272 KB
実行使用メモリ 31,380 KB
最終ジャッジ日時 2024-07-02 15:04:56
合計ジャッジ時間 2,227 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
31,112 KB
testcase_01 AC 36 ms
30,944 KB
testcase_02 AC 35 ms
31,012 KB
testcase_03 AC 36 ms
30,888 KB
testcase_04 AC 34 ms
31,216 KB
testcase_05 AC 33 ms
31,324 KB
testcase_06 AC 35 ms
31,156 KB
testcase_07 AC 35 ms
31,284 KB
testcase_08 AC 34 ms
31,380 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?php
fscanf(STDIN,"%d",$n);
$ans = $n % 1000000007;
echo $ans;
0