11 2020 档案
摘要:目录er DescriptionInputOutputSample InputSample OutputData Constrai...
阅读全文
摘要:文章の目录 题目大意输入格式输出格式样例输入样例输出解题思路CODE 题目大意 给你 ...
阅读全文
摘要:目录 Lucky Transformation精美电影Snake vs BlockPing Lucky Transformatio...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ double a,b,c; scanf("...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ int a,b,c,d; scanf("%...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ int a,b,c,d; scanf("%...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ int a,b,c,d; scanf("%...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ int a,b,c; scanf("%d%...
阅读全文
摘要:刷题目录 #include int main(){ int x,a,y,b; scanf("%d%d%d%d",&x,&...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ char a; scanf("%c",&a...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ int a,b,c; scanf("%d%...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ int a,b,c; cin>>a>>b>...
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ cout<<"Hello,World!"<...
阅读全文
摘要:OJ网址 \text{OJ网址} OJ网址 作者主页 目录 一、语言及算法基础篇 基础(一) C++语言 第一章 C++语言入门 第二章 顺序结构程序设计 第一节 运算符和表达式 第二节 常量和变量 第三节 标准数据类型 第四节 数据输入输出 持续更新 一、语言及算法基础篇 基础(一) C++语言
阅读全文
摘要:刷题目录 #includeusing namespace std;int main(){ int a,b,c; scanf("%d%...
阅读全文
摘要:爆零日。。。 T1:看不懂题 正解:k可分解为 ∏ ...
阅读全文
摘要:停课集训DAY 3 wtcl,这次比赛暴力都可以打挂 目录 三角形(triangle)正解 独立集(bubble)正解 线段(...
阅读全文
摘要:停课集训DAY2 今天换了B组的题目,比昨天明显简单了不少 Biology 考试时打了暴力,正解字符串hash或者Trie+LCA(...
阅读全文
摘要:目录 太空漫步(walking)树的解构(deconstruct)小 T 与灵石(stone)小 S 埋地雷(landmine) ...
阅读全文
摘要:文章目录 题目描述【故事の背景】【问题の描述】 输入输出样例输入样例输出数据范围限制【数据の规模】 题目描述 【故事の背景】 ...
阅读全文
摘要:目录 鸡腿の树荫(tree.pas/cpp)Sum the Square(square.pas/cpp)TheNumberGame...
阅读全文
摘要:目录 cin输入scanf输入getline输入cin.getline输入XC输入 cin输入 string a;cin>>a; ...
阅读全文
摘要:用途: 用于求图中指定两点之间的最短路径,或者是指定一点到其它所有点之间的最短路径。实质上是贪心算法。 基本思想: 1.将图上的初始...
阅读全文
摘要:SPFA 算法是 Bellman-Ford算法 的队列优化算法的别称,通常用于求含负权边的单源最短路径,以及判负权环。SPFA ...
阅读全文
摘要:目录 初赛DAY 0DAY 1DAY 1.5DAY ?DAY QwQ 复赛DAY -?DAY -1DAY 0DAY 1普及提高 ...
阅读全文

浙公网安备 33010602011771号