2 条题解
-
0
注意 的取值为
(huhe说的)是temege P2832 弗雷德的困惑吧#include <iostream> #include <stack> #include <cmath> #include <vector> #include <string.h> #include <queue> #include <stdio.h> #include <iomanip> #include <cstdio> #include <algorithm> #define int long long const int N = 1e5 + 10; const int INF = 0x3f3f3f3f; const long double P = 3.1415926535; using namespace std; signed main() { int x, y, day; cin >> x >> y; day = ((x * x + y * y) * M_PI / 100); cout << day; return 0; }
- 1
信息
- ID
- 39
- 时间
- 5ms
- 内存
- 256MiB
- 难度
- 10
- 标签
- (无)
- 递交数
- 6
- 已通过
- 4
- 上传者