結果

問題 No.1033 乱数サイ
ユーザー d9etd9et
提出日時 2020-04-24 21:46:38
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 69 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 283 ms
コンパイル使用メモリ 87,076 KB
実行使用メモリ 71,572 KB
最終ジャッジ日時 2023-08-05 04:47:28
合計ジャッジ時間 2,259 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 67 ms
71,348 KB
testcase_01 AC 66 ms
71,388 KB
testcase_02 AC 66 ms
71,380 KB
testcase_03 AC 66 ms
71,500 KB
testcase_04 AC 68 ms
71,348 KB
testcase_05 AC 69 ms
71,452 KB
testcase_06 AC 66 ms
71,488 KB
testcase_07 AC 67 ms
71,092 KB
testcase_08 AC 66 ms
71,364 KB
testcase_09 AC 67 ms
71,360 KB
testcase_10 AC 68 ms
71,572 KB
testcase_11 AC 67 ms
71,236 KB
testcase_12 AC 67 ms
71,096 KB
testcase_13 AC 67 ms
71,252 KB
testcase_14 AC 68 ms
71,536 KB
testcase_15 AC 69 ms
71,124 KB
testcase_16 AC 68 ms
71,568 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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