题解 2787: 有一门课不及格的学生 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; cin>>a>>b; …… 题解列表 2023年12月23日 0 点赞 0 评论 476 浏览 评分:9.9
2787: 有一门课不及格的学生 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int x,y; cin >> x >>y ;…… 题解列表 2023年12月23日 0 点赞 0 评论 508 浏览 评分:9.9
题解 2780: 奇偶数判断 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n ; cin>>n ; if(n…… 题解列表 2023年12月23日 0 点赞 0 评论 536 浏览 评分:9.9
题解 2787: 有一门课不及格的学生 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; if(a>=…… 题解列表 2023年12月23日 0 点赞 0 评论 447 浏览 评分:9.9
题解 2784: 收集瓶盖赢大奖 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; if(a>=…… 题解列表 2023年12月23日 0 点赞 0 评论 519 浏览 评分:9.9
题解 3009: 判断闰年 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; if(a%…… 题解列表 2023年12月23日 0 点赞 0 评论 467 浏览 评分:9.9
题解 3006: 适合晨练 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int t; cin>>t; if(25<=t …… 题解列表 2023年12月23日 1 点赞 0 评论 581 浏览 评分:9.9
题解 2781: 奇偶ASCII值判断 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ char c; cin>>c; if(in…… 题解列表 2023年12月23日 0 点赞 0 评论 490 浏览 评分:9.9
题解 2779: 输出绝对值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a; cin>>a; pr…… 题解列表 2023年12月23日 0 点赞 0 评论 672 浏览 评分:9.9
矩阵转置 解题思路:注意事项:参考代码:n,m=map(int,input().strip().split())myList=[list(map(int,input().strip().split()))fortinrange(n)]myList1=[]#转置后的数组forainrange(m):myList1 题解列表 2023年12月23日 0 点赞 0 评论 619 浏览 评分:9.9