1056: 二级C语言-温度转换 摘要:按公式来就行 **注意事项:要乘1.0!!!** ##**代码** ```cpp #include #include using namespace std; int main() {…… 题解列表 2024年01月30日 1 点赞 0 评论 290 浏览 评分:6.0
合并石子题解 摘要:解题思路:注意事项:参考代码:import java.io.*;import java.util.*;public class Main{ static int maxn = 200005,n,…… 题解列表 2024年01月30日 1 点赞 0 评论 421 浏览 评分:6.0
编写题解 2837: 年龄与疾病 摘要:解题思路:注意事项:参考代码: public static void main(String args[]) { Scanner sc=new Scanner (System.in); i…… 题解列表 2024年01月31日 0 点赞 0 评论 245 浏览 评分:6.0
C++来解一下 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<algorithm> #include<queue> #include<vector> using na…… 题解列表 2024年02月02日 0 点赞 0 评论 255 浏览 评分:6.0
判断是否为两位数 摘要:解题思路:将输入的整数存在列表中 判断列表长度 就可以得出是否为两位数注意事项:参考代码:while True: try: num = input() num_lis…… 题解列表 2024年02月03日 0 点赞 0 评论 363 浏览 评分:6.0
python版代码!!!! 摘要:解题思路:注意事项:参考代码:def f(x): if 0 <= x < 5: result = -x + 2.5 elif 5 <= x < 10: resu…… 题解列表 2024年02月03日 0 点赞 0 评论 343 浏览 评分:6.0
最大子矩阵 摘要:解题思路:二维前缀和注意事项:参考代码:#include<iostream> #include<algorithm> #include<utility> using namespace std…… 题解列表 2024年02月13日 0 点赞 0 评论 148 浏览 评分:6.0
2915: 接水问题(极简) 摘要:解题思路:依次将同学安排到消耗时间最短的水龙头, 最后输出消耗时间最多的水龙头所花费的时间注意事项:参考代码:#include#include#include#includeusing namespa…… 题解列表 2024年02月14日 1 点赞 0 评论 189 浏览 评分:6.0
C语言训练-8除不尽的数 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<"1993"; return 0;}…… 题解列表 2024年02月16日 0 点赞 0 评论 187 浏览 评分:6.0
替天帝发题解的打工人 摘要:```Python import sys k = eval(input()) s = input() cnt = 1 for i in range(len(s)-1): if s[i…… 题解列表 2024年02月16日 0 点赞 0 评论 258 浏览 评分:6.0