首页 > TAG信息列表 > problemset

【长期】板刷Codeforces 1500-1700 的构造题

【长期】板刷Codeforces 1500-1700 的构造题 https://codeforces.com/problemset/page/1?tags=constructive+algorithms%2C1500-1700&order=BY_RATING_ASC 每天三道,记录一下 (题意比较明显的,不说了。) 8.18 (1/3,做出第二道) B. Plus and Multiply https://codeforces.com/problemset/p

https://codeforces.com/problemset/problem/1579/D

set中最大值与最小值使用 D. Productive Meeting https://codeforces.com/problemset/problem/1579/D time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output An important meeting is to be held and there are exact

B. Lecture【1000 / 字符串】

https://codeforces.com/problemset/problem/499/B #include<bits/stdc++.h> using namespace std; map<string,string>mp; int main(void) { int n,m; cin>>n>>m; for(int i=0;i<m;i++) { string a,b; cin>>a>>b; if(a.size(

[杂题笔记]20210807-20210817

就先定个小目标每天写他个三题(x),但最近还是有点累,大概就还是写点简单的题(Div2里ABCD差不多,EF这种过段时间如果状态好点补上) https://www.luogu.com.cn/problem/P2260求\(\begin{aligned}\sum_{i=1}^n \sum_{j=1}^m (n\bmod i)(m\bmod j),(i\neq j),n,m\leq 10^9\end{aligned}\)取

java踩雷日记--new

java踩雷日记--new 觉得有用的话,欢迎一起讨论相互学习~Follow Me 1.数组元素中元素没有new导致数组为空 SolutionSet[] Donminant_pop; Donminant_pop = new SolutionSet[NUMTASK]; Solution newSolution = new Solution(problemSet_); B_pop[taskID].add(newSolution); 错在B_p

问题 1000: [竞赛入门]简单的a+b

原文链接:https://www.dotcpp.com/oj/problemset.html 题目选自 蓝桥杯ACM训练系统 - C语言网 https://www.dotcpp.com/oj/problemset.html 问题 1000: [竞赛入门]简单的a+b 时间限制: 1Sec 内存限制: 128MB 提交: 43655 解决: 20682 题目描述 输入两

oier必备的博客和OJ

一、博客类 1.www.cnblogs.com博客园 2.www.oier.cc 二、OJ类 1.洛谷  www.luogu.org  2.CCF中学生程序设计在线评测系统 oj.noi.cn 3.http://codevs.cn/problemset/ 4.清北学堂  http://www.joyoi.cn/problem 5.BZOJ  https://www.lydsy.com/JudgeOnline/wttl/wttl.php 6.AcW