結果
問題 | No.1551 誕生日の三角形 |
ユーザー |
![]() |
提出日時 | 2021-06-18 21:26:05 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 79 bytes |
コンパイル時間 | 189 ms |
コンパイル使用メモリ | 82,560 KB |
実行使用メモリ | 52,480 KB |
最終ジャッジ日時 | 2024-06-22 19:51:01 |
合計ジャッジ時間 | 1,170 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 1 |
other | WA * 9 |
ソースコード
import sys input = sys.stdin.readline L = int(input()) print(L * 3 ** 0.5 / 36)