Submission #00334
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | #include<iostream> #include<iomanip> #include<algorithm> #include<string> #include<vector> #include<deque> #include<queue> using std::cout; using std::cin; using std::setw; using std::setfill; using std::string; using std::pair; using std::vector; using std::queue; using std::priority_queue; using std::greater; using std::max; using std::min; using lli = long long int ; using ulli = unsigned long long int ; int main(){ cin.tie(0); std::ios::sync_with_stdio( false ); double PI = 3.14159265359; double r; cin >> r; r /= 2.0; cout << PI*r*r << "\n" ; return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0007 - 円の面積 |
ユーザー名 | kawamura2001 |
投稿日時 | 2017-07-30 22:07:54 |
言語 | C++11 |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 607 Byte |
最大実行時間 | 13 ms |
最大メモリ使用量 | 608 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 100 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
input1.txt | AC | 12 ms | 480 KB |
1
|
input2.txt | WA | 12 ms | 436 KB |
1
|
input3.txt | WA | 11 ms | 520 KB |
1
|
input4.txt | WA | 13 ms | 608 KB |
1
|
input5.txt | WA | 11 ms | 572 KB |
1
|