結果

問題 No.1550 nullくんの町清掃 / null's Town Cleaning
ユーザー mesame3993mesame3993
提出日時 2021-10-06 11:35:37
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 71 ms / 2,000 ms
コード長 48 bytes
コンパイル時間 296 ms
コンパイル使用メモリ 87,020 KB
実行使用メモリ 71,472 KB
最終ジャッジ日時 2023-09-30 08:41:49
合計ジャッジ時間 1,794 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 67 ms
71,236 KB
testcase_01 AC 67 ms
71,360 KB
testcase_02 AC 67 ms
71,472 KB
testcase_03 AC 67 ms
71,412 KB
testcase_04 AC 71 ms
71,436 KB
testcase_05 AC 67 ms
71,236 KB
testcase_06 AC 66 ms
71,292 KB
testcase_07 AC 67 ms
71,332 KB
testcase_08 AC 67 ms
71,340 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())
mod = 1000000007
print(n % mod)
0