题解列表

筛选

用不同思路解题

摘要:解题思路:布尔值和整数运算判断注意事项:参考代码:#include<stdio.h> int main() {     _Bool f;     for(int n=100;n<=999;n+……

用不同思路解题

摘要:解题思路:布尔值和整数运算判断注意事项:这题和1120一模一样参考代码:#include<stdio.h> int main() {     _Bool f;     for(int n=10……

SinzoL--题解 1676: 数据结构-链表的基本操作

摘要:####好久没写了,今天试着写一下 ####我是靠自己的理解来写的,所以极有可能会出现一些时候处理得复杂了或不规范的情况 我们先来定义一下所需函数: ```cpp void show(note……

C# 2021: 坐标排序

摘要:```cpp #include using namespace std; struct fun { int x; int y; int z; }s[10000]……

11111111111111111111111111111111111

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,t; cin>>n; while(n--) { ……