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