Submission #00171
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 | import java.util.Scanner; import java.util.stream.IntStream; public class Main{ static Scanner s= new Scanner(System.in); static IntStream REPS( int v){ return IntStream.range(0,v);} static IntStream REPS( int l, int r){ return IntStream.rangeClosed(l,r);} static IntStream INS( int n) { return REPS(n).map(i->getInt());} static int getInt(){ return Integer.parseInt(s.next());} public static void main(String[]$){ System.out.println(Math. pow (getInt()/2,2)*Math.PI); } } |
ステータス
項目 | データ |
---|---|
問題 | 0007 - 円の面積 |
ユーザー名 | fal_rnd |
投稿日時 | 2017-07-30 20:47:01 |
言語 | Java |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 485 Byte |
最大実行時間 | 84 ms |
最大メモリ使用量 | 14940 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 100 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
input1.txt | AC | 84 ms | 14764 KB |
1
|
input2.txt | AC | 64 ms | 13708 KB |
1
|
input3.txt | WA | 63 ms | 14124 KB |
1
|
input4.txt | AC | 62 ms | 13652 KB |
1
|
input5.txt | AC | 65 ms | 14940 KB |
1
|