結果
| 問題 |
No.98 円を描こう
|
| コンテスト | |
| ユーザー |
holeguma
|
| 提出日時 | 2015-08-31 17:29:35 |
| 言語 | Java (openjdk 23) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 195 bytes |
| コンパイル時間 | 2,099 ms |
| コンパイル使用メモリ | 73,816 KB |
| 実行使用メモリ | 41,640 KB |
| 最終ジャッジ日時 | 2024-07-18 17:07:33 |
| 合計ジャッジ時間 | 3,670 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | WA * 6 |
ソースコード
import java.util.*;class Main{public static void main(String[] args){Scanner ir=new Scanner(System.in);System.out.println((int)Math.ceil(Math.hypot((double)ir.nextInt(),(double)ir.nextInt())));}}
holeguma