题解列表
编写题解 3073: 字符串匹配问题(strs)——C++ map set,括号匹配总结
摘要:#### 原题链接
[题目 3073: 字符串匹配问题(strs)](https://www.dotcpp.com/oj/problem3073.html "题目 3073: 字符串匹配问题(str……
for循环输出等腰三角形
摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class YBT2998 { public static void main(String[] a……
调用Math.pow()幂函数平方
摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main{ public static void main(String[] args)……
1074: 数字整除(拿50分就够了)
摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstring>#include<cmath>using namespace std;int main(){ ……
2342: 信息学奥赛一本通T1429-线段
摘要:
#include
using namespace std;
#define ll long long
const int N = 1000009;
……