
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
P2670 [NOIP2015 普及组] 扫雷游戏(模拟)
#include <iostream>#include <algorithm>#include <cstring>using namespace std;typedef long long LL;typedef pair<int,int>PII;const int N=110;int n,m;char g[N][N];int dx[]={1,-1,0
P1308 [NOIP2011 普及组] 统计单词数
【代码】P1308 [NOIP2011 普及组] 统计单词数。

二分算法--模板及原理总结
【代码】二分算法--模板及原理总结。

Codeforces Round #790 (Div. 4)D. X-Sum
Timur's grandfather gifted him a chessboard to practice his chess skills. This chessboard is a gridaawithnnrows andmmcolumns with each cell having anon-negativeinteger written on it.Timur's challenge
到底了