logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

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

#游戏#蓝桥杯#c++
P1308 [NOIP2011 普及组] 统计单词数

【代码】P1308 [NOIP2011 普及组] 统计单词数。

文章图片
#c++#算法#开发语言
蓝桥杯模板

【代码】蓝桥杯模板。

#c++#蓝桥杯
二分算法--模板及原理总结

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

文章图片
#算法#c++#蓝桥杯
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

#蓝桥杯#算法#c++
到底了