首页
比赛
题库
课程
竞赛讨论区
登录
/
注册
去牛客
首页
>
小红的单词整理
5条解析
开通博客写题解
keduoli
发表于 2024-02-18 20:23:43
前言 整体评价 感觉这场更偏思维,F题毫无思路,但是可以模拟骗点分, E题是dij最短路. 欢迎关注 珂朵莉 牛客周赛专栏 珂朵莉 牛客小白月赛专栏 A. 小红的单词整理 类型: 签到 w1,w2 = input().split() print (w2) print (w1) B. 小红煮
展开全文
lost_in
发表于 2024-02-19 00:11:37
这次题感觉出了很好,点个赞。 不会 题。 前面的题感觉很磕思维,得想一会儿。 小红的单词整理 签到题 #include <bits/stdc++.h> using namespace std; const int N = 101001; int n, m, ans; int mai
展开全文
可爱抱抱呀😥
发表于 2024-02-21 00:02:27
F题 方法:贪心+区间合并 具体解题思路: 代码(Java) import java.util.*; public class Main{ static long ans=0; static Stack<long[]> stack=new Stack<>()
展开全文
Fovik_
发表于 2025-06-07 10:45:03
#include <stdio.h> #include <string.h> int main() { char str[20]; scanf("%[^\n]", str); int spaceIndex=0; for
展开全文
有趣的小冤种在刷代码
发表于 2025-02-22 18:20:30
words = list(map(str, input().strip().split())) # print(words[1]) # print(words[0]) for i in range(len(words)-1,-1,-1): print(words[i])
查看本题
查看本题讨论
相关比赛
75628-牛客周赛 round33 内测
进入比赛
75630-牛客周赛 Round 33
进入比赛
76112-test
进入比赛
76345-内测
进入比赛
76405-JAVA后端编程考核
进入比赛
等你来战
查看全部
牛客练习赛144
报名截止时间:2025-09-12 21:30
牛客周赛 Round 109
报名截止时间:2025-09-14 21:00
牛客挑战赛82
报名截止时间:2025-09-19 22:00
牛客周赛 Round 110
报名截止时间:2025-09-21 21:00
扫描二维码,关注牛客
意见反馈
下载牛客APP,随时随地刷题