結果
問題 |
No.508 超ゆとり教育
|
ユーザー |
![]() |
提出日時 | 2020-02-02 16:19:01 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 155 bytes |
コンパイル時間 | 306 ms |
コンパイル使用メモリ | 37,120 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-09-18 21:11:01 |
合計ジャッジ時間 | 1,679 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | WA * 7 |
ソースコード
#include<stdio.h> #include<math.h> int main(void){ double r,n,x; scanf("%lf",&n); x =sqrt(n/3.0); printf("%.6f",x); return 0; }