結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー fmhrfmhr
提出日時 2015-04-17 20:26:59
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 21 ms / 5,000 ms
コード長 23 bytes
コンパイル時間 727 ms
実行使用メモリ 5,440 KB
スコア 3,908
最終ジャッジ日時 2018-03-11 23:59:37
ジャッジサーバーID
(参考情報)
judge6 /
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 21 ms
5,436 KB
testcase_01 AC 20 ms
5,440 KB
testcase_02 AC 20 ms
5,436 KB
testcase_03 AC 21 ms
5,436 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n = input()
print(0, n)
0