ICode9

精准搜索请尝试: 精确搜索
  • codechef FEB19 Manhattan Rectangle2019-02-15 11:54:39

    Manhattan Rectangle 链接 题意:   交互题,询问小于7次,确定一个矩形的位置,每次询问一个点到矩形的曼哈顿距离。 分析:   询问三个顶点,然后解一下方程,求出一个边界,就好办了。   用scanf和printf会TLE? 代码: #include<cstdio>#include<algorithm>#include<cstring>#include<iostre

  • 关于http与https Tcp的三次握手四次握手2019-01-14 10:02:08

    http,全称Hyper Text Transfer Protocol ,https, 全称Hyper Text Transfer Protocol Secure, 三次握手为: 1.客户端发送连接请求,即SYN seq=x。 2.服务端接收客户端的连接请求,并且同样发送连接请求(SYN seq=y)和返回客户端请求的同意连接(ask=x+1)。 3.客户端接收服务端的连接请求,并

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有