stool

ATC ABC176

别等时光非礼了梦想. 提交于 2020-10-26 22:31:58
本场ABC难度 from AtCoder Problems A - Takoyaki Time Limit: 2 sec / Memory Limit: 1024 MB Problem Statement Takahashi loves takoyaki - a ball-shaped snack. With a takoyaki machine, he can make at most $X$ pieces of takoyaki at a time, taking $T$ minutes regardless of the number of pieces to make. How long does it take to make $N$ takoyaki? Constraints $1 \leq N,X,T \leq 1000$ All values in input are integers. Takahashi一次可以做$X$个章鱼烧,需要花费$T$分钟,求出做$N$个章鱼烧Takahashi需要的时间。 我们只需求出Takahashi需要做几次章鱼烧(即$\left(N-1)\right/X+1$次),再将次数$\times T$就好了。 #include <bits/stdc++.h> using namespace std; int n,x,t; int main

旁站及C段收集与利用方式

两盒软妹~` 提交于 2020-07-27 06:03:00
0x01简介 旁站:旁站是和目标网站在同一台服务器上的其它的网站。 C段:C段是和目标服务器ip处在同一个C段的其它服务器。 0x02收集方式 1.使用网站,站长之家: http://stool.chinaz.com/same 2.使用御剑工具进行扫描 3.使用Nmap和Masscan nmap -p 22,21,443,8080 -Pn 192.168.10.0/24 masscan -p 22,21,443,8080 -Pn --rate=1000 192.168.10.0/24 4.使用FOFA、shodan在线工具进行查找 FOFA地址: https://fofa.so/ Shodan地址: https://www.shodan.io/ 简单的搜索语法:ip:”47.97.211.0/24” 0x03利用方式 1.如果一台服务器通过其上的一个网站拿不下,可以从旁站入手,即同一服务器上的其他网站,最终也可拿下这台服务器。 2.很多系统并没有绑定域名,通过子域名能够获得的资产是有限的,这时候若想找到更多资产,可从C段入手 参考文章 https://mp.weixin.qq.com/s/dNx7pgFvIv3mI1bEYVweCA 来源: oschina 链接: https://my.oschina.net/u/4377109/blog/4389626

7 Papers | 微软亚研麻将AI「Suphx」技术细节;港中文、商汤动作识别时序金字塔网络

て烟熏妆下的殇ゞ 提交于 2020-04-13 20:24:18
【今日推荐】:为什么一到面试就懵逼!>>> 本周的重要论文有微软麻将 AI 研究团队公布 Suphx 所有技术细节,以及港中文联合商汤科技推出的特征级通用时序金字塔网络。 目录: Background Matting: The World is Your Green Screen Suphx: Mastering Mahjong with Deep Reinforcement Learning A mountable toilet system for personalized health monitoring via the analysis of excreta Weakly-Supervised Reinforcement Learning for Controllable Behavior Evolving Normalization-Activation Layers Temporal Pyramid Network for Action Recognition Tracking Objects as Points ArXiv Weekly Radiostation:NLP、CV、ML更多精选论文(附音频) 论文 1:Background Matting: The World is Your Green Screen 作者:Soumyadip Sengupta