HDU I Think I Need a Houseboat

#include<iostream> #include<cmath> using namespace std; int main() {     int N; cin >> N;     for (int i = 1; i <= N; i++)     {         double x, y; cin >> x >> y;         int t = int((x*x + y*y)*3.1
相关文章
相关标签/搜索