結果

問題 No.1551 誕生日の三角形
ユーザー Kiri8128Kiri8128
提出日時 2021-06-18 21:21:15
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 77 ms / 1,000 ms
コード長 56 bytes
コンパイル時間 379 ms
コンパイル使用メモリ 87,260 KB
実行使用メモリ 71,544 KB
最終ジャッジ日時 2023-09-04 22:18:09
合計ジャッジ時間 1,862 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
71,412 KB
testcase_01 AC 75 ms
71,516 KB
testcase_02 AC 73 ms
71,416 KB
testcase_03 AC 76 ms
71,016 KB
testcase_04 AC 75 ms
71,356 KB
testcase_05 AC 75 ms
71,332 KB
testcase_06 AC 77 ms
71,392 KB
testcase_07 AC 76 ms
71,428 KB
testcase_08 AC 75 ms
71,192 KB
testcase_09 AC 76 ms
71,544 KB
testcase_10 AC 75 ms
71,424 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

L = int(input())
print(L * L * 0.0481125224324688137111)
0