java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月06日 0 点赞 0 评论 744 浏览 评分:9.9
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月06日 0 点赞 0 评论 509 浏览 评分:9.9
python版:错误答案,仅供参考 摘要:解题思路:注意事项:参考代码:def if_jolly(sequence): n=sequence[0] differences=set() for i in range(1,n):…… 题解列表 2024年01月06日 0 点赞 0 评论 441 浏览 评分:2.0
信息学奥赛一本通T1181-整数奇偶排序(C++_STL) 摘要:参考代码:#include <iostream> #include <algorithm> #include <vector> using namespace std; bool cmp(…… 题解列表 2024年01月06日 0 点赞 0 评论 366 浏览 评分:0.0
2789: 骑车与走路 摘要:解题思路:有三种情况注意事项:Bike两边要加“ ”参考代码:#include <bits/stdc++.h>using namespace std;int main(){double a;cin>>…… 题解列表 2024年01月06日 0 点赞 0 评论 579 浏览 评分:9.9
编写题解 2791: 计算邮资 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; char c; cin>>…… 题解列表 2024年01月06日 0 点赞 0 评论 320 浏览 评分:0.0
编写题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; char c; cin…… 题解列表 2024年01月06日 0 点赞 0 评论 284 浏览 评分:0.0
编写题解 1783: 星期判断机 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; switc…… 题解列表 2024年01月06日 0 点赞 0 评论 386 浏览 评分:0.0
不吉利日期 摘要:``` #include #include #include #include using namespace std; typedef long long ll; const i…… 题解列表 2024年01月06日 0 点赞 0 评论 354 浏览 评分:0.0
1783: 星期判断机 摘要:解题思路:注意事项:最后是 default:cout<<"input error!"<<endl;break;参考代码:#include <bits/stdc++.h>using namespa…… 题解列表 2024年01月06日 0 点赞 0 评论 567 浏览 评分:9.9