编写题解 2788: 晶晶赴约会 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; if(a=…… 题解列表 2023年12月31日 0 点赞 0 评论 254 浏览 评分:9.9
编写题解 1783: 星期判断机 摘要:解题思路:注意事项:单词不要拼错!!!!!!!!!!!!!!!!!!!!参考代码:#include <bits/stdc++.h>using namespace std;int main(){ …… 题解列表 2023年12月31日 0 点赞 0 评论 294 浏览 评分:9.9
2792: 三角形判断 摘要:解题思路:注意事项:三角形两边之和大于第三边参考代码:#include <iostream>using namespace std;int main(){ int a,b,c; cin >…… 题解列表 2023年12月31日 0 点赞 0 评论 392 浏览 评分:9.9
编写题解 2792: 三角形判断 摘要:解题思路:两边之和大于第三边注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin…… 题解列表 2023年12月31日 0 点赞 0 评论 264 浏览 评分:0.0
编写题解 2792: 三角形判断,禁止抄答案,否则第2天被雷劈 摘要:解题思路:注意事项:禁止抄答案,否则第2天被雷劈参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a,b,s…… 题解列表 2023年12月31日 0 点赞 0 评论 292 浏览 评分:6.0
题解 1002: [编程入门]三个数最大值 摘要:解题思路:注意事项:不要抄袭,会遭报应的.参考代码:#inciude <bits/stdc++.b>useing namespece std;int a,s,c;int mein()[ cin>…… 题解列表 2023年12月31日 0 点赞 1 评论 475 浏览 评分:9.9
1043: [编程入门]三个数字的排序 摘要:解题思路:注意事项:是大写不是小写参考代码:#include <iostream>using namespace std;int main(){ int a,b,c; cin >>a>>b…… 题解列表 2023年12月31日 0 点赞 0 评论 281 浏览 评分:0.0
编写题解 3009: 判断闰年123 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int y; cin>>y; if(y%4==0 && y%…… 题解列表 2023年12月31日 0 点赞 0 评论 310 浏览 评分:9.9
编写题解 1043: [编程入门]三个数字的排序 摘要:解题思路:注意事项:人家让从小到大,不要从大到小参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; …… 题解列表 2023年12月31日 0 点赞 0 评论 275 浏览 评分:0.0
java 蓝桥杯2015年第六届真题-机器人繁殖 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[…… 题解列表 2023年12月31日 0 点赞 0 评论 223 浏览 评分:9.9