Submission #00283


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <iostream>
#include <cstdio>
#include <vector>
#include <algorithm>
#define PI 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989
#define FOR(i,a,b) for(int i = (a); i < b; ++i)
#define REP(i,n) for(int i = 0; i < n; ++i)
using ll = long long;
using namespace std;
int main(){
ios::sync_with_stdio(false);
cin.tie(0);
int r;
scanf("%d", &r);
r /= 2;
printf("%f\n", PI * r * r);
return 0;
}

ステータス

項目 データ
問題 0007 - 円の面積
ユーザー名 hagyu_aya
投稿日時 2017-07-30 21:38:09
言語 C++11
状態 Wrong Answer
得点 0
ソースコード長 1382 Byte
最大実行時間 23 ms
最大メモリ使用量 592 KB

セット

セット 得点 Cases
1 ALL 0 / 100 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input1.txt AC 10 ms 480 KB
1
input2.txt AC 23 ms 432 KB
1
input3.txt WA 11 ms 512 KB
1
input4.txt AC 12 ms 592 KB
1
input5.txt AC 14 ms 540 KB
1