zoukankan      html  css  js  c++  java
  • pku1005

    #include<iostream>

    using namespace std;

    int main(){

         float x,y;//坐标

         int testcase,t=0;

         cin>>testcase;

         while(testcase){

           cin>>x>>y;

           ++t;

           cout<<"Property "<<t<<": This property will begin eroding in year "<<(int)(3.1415926*(x*x+y*y)/100+1)<<"."<<endl;

             --testcase;

         }

         cout<<"END OF OUTPUT."<<endl;

         return 0;             

     

    }

    TRUST WITHOUT WAVERING
  • 相关阅读:
    SAP程序代码中RANGE表的用法注意点
    代码审计学习-1
    应用层隧道之HTTP/HTTPS和DNS
    应用层隧道技术之SSH
    横向移动-常用windows连接和相关命令
    基于MSF的路由转发
    渗透过程中的边界突破(内部分享笔记)
    网络层隧道之PowerCat
    网络层隧道之lcx和nc的使用
    网络层隧道构建之PingTunnel
  • 原文地址:https://www.cnblogs.com/vivizhyy/p/3394898.html
Copyright © 2011-2022 走看看