题解列表
借用改写了用sort()
摘要:解题思路:注意事项:参考代码:while 1: try: n = int(input()) if n ……
s01串(cx12g)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s,c; s="0&qu……
每个数的个数(cx12h)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;map<int,int>mp;int main(){ int……
7月4号刷题记录yyyyyyyyyyyyyyyyyyy
摘要:解题思路:飒飒的注意事项:啊实打实的参考代码:#include<stdio.h>#include<string.h>#include<math.h>int main……
2025.7.4刷题记录
摘要:解题思路:对每次循环的结果通过一个存储变量进行持续累加注意事项:求分式要1/i时要注意double类型的转换要不结果会有偏差参考代码://求以下三数的和,保留2位小数 1~a之和 1~b的平方和 1~……
1052: [编程入门]链表合并 自己记录
摘要:#include<stdio.h>#include<stdlib.h>//定义节点类型typedef struct Node{ int id;&nbs……
1538: 蓝桥杯算法提高VIP-格子位置(C)
摘要:#include<stdio.h>#define_CRT_SECURE_NO_WARNINGSintmin(inta,int&nbs……