結果

問題 No.1033 乱数サイ
ユーザー d9etd9et
提出日時 2020-04-24 21:46:38
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 43 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 196 ms
コンパイル使用メモリ 82,536 KB
実行使用メモリ 53,800 KB
最終ジャッジ日時 2024-04-23 03:08:24
合計ジャッジ時間 1,530 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,244 KB
testcase_01 AC 37 ms
51,640 KB
testcase_02 AC 38 ms
51,688 KB
testcase_03 AC 38 ms
53,800 KB
testcase_04 AC 39 ms
53,196 KB
testcase_05 AC 38 ms
52,892 KB
testcase_06 AC 39 ms
52,068 KB
testcase_07 AC 39 ms
51,936 KB
testcase_08 AC 38 ms
52,688 KB
testcase_09 AC 43 ms
53,296 KB
testcase_10 AC 37 ms
52,492 KB
testcase_11 AC 38 ms
52,124 KB
testcase_12 AC 38 ms
52,488 KB
testcase_13 AC 39 ms
52,332 KB
testcase_14 AC 38 ms
53,084 KB
testcase_15 AC 39 ms
51,760 KB
testcase_16 AC 38 ms
51,824 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n,k = map(int,input().split())
print(n/2)
0