結果
問題 |
No.508 超ゆとり教育
|
ユーザー |
![]() |
提出日時 | 2022-05-16 10:26:47 |
言語 | Java (openjdk 23) |
結果 |
WA
|
実行時間 | - |
コード長 | 265 bytes |
コンパイル時間 | 3,509 ms |
コンパイル使用メモリ | 74,284 KB |
実行使用メモリ | 54,736 KB |
最終ジャッジ日時 | 2024-09-14 02:17:10 |
合計ジャッジ時間 | 6,093 ms |
ジャッジサーバーID (参考情報) |
judge6 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | WA * 7 |
ソースコード
import java.util.*; public class Test10 { public static void main(String[] args){ Scanner sc=new Scanner(System.in); String line; line=sc.nextLine(); double r=Math.sqrt(Double.parseDouble(line)/3); System.out.println(r); sc.close(); } }