题解列表

筛选

第一个HelloWorld程序

摘要:解题思路:构造函数注意事项:调用函数参考代码:、public static void main(String[] args) {    sc();    System.out.println("Hel……

三个数最大值

摘要:解题思路:打擂台注意事项: 注意判断参考代码:public static void main(String[] args) {    Scanner scanner = new Scanner(Sys……

编写题解 2814: 正常血压c++

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    int a,b,c,d,sum=0,sum1=0,aa……

树上启发式合并裸题

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;#define maxn 200010#define maxc 200010int ……

感谢支持,谢谢你们的支持

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){   int n,s=0,t=0;   cin>>n;   for(in……

奇偶数之和

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

超级玛丽游戏

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){   cout<<"                ********"<……