結果
問題 |
No.1551 誕生日の三角形
|
ユーザー |
|
提出日時 | 2024-04-26 09:31:24 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 99 ms / 1,000 ms |
コード長 | 317 bytes |
コンパイル時間 | 3,650 ms |
コンパイル使用メモリ | 250,284 KB |
最終ジャッジ日時 | 2025-02-21 09:05:31 |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 9 |
ソースコード
#include <bits/stdc++.h> #include <atcoder/all> using namespace std; using namespace atcoder; using ll = long long; using ld = long double; using mint = modint998244353; int main() { int L; cin >> L; double ans = 0.0481125224324688137111 * L * L; cout << fixed << setprecision(15) << ans << endl; return 0; }