主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
nicooy
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
82
关注数
0
粉丝数
82
获赞数
4
阅读数
3957
日志排序 题解:使用sort,将运行时间换为double
将字符串输入,分割成两部分,为了方便输出,将name存储整个日志,将其中日期和时间分割出来。日期可以直接比大小 #include <iostream> #include <string> #include<algorithm> using nam...
P1227
2024年2月26日 10:07
回复 1
|
赞 3
|
浏览 1.4k
翻转数的和 题解:用函数的简单解法
#include<iostream> #include<algorithm> #include<string> using namespace std; int main(){ string a,b; ...
P1003
2024年3月8日 10:38
回复 0
|
赞 0
|
浏览 509
整数奇偶排序 题解:一个数组,sort巧妙解决
#include <iostream> #include <string> #include<algorithm> using namespace std; bool cmp(int x,int y){ if(x%2...
P1248
2024年2月26日 10:51
回复 0
|
赞 1
|
浏览 565
字符移动 题解:简单解法
#include<iostream> #include<string> using namespace std; int main(){ string a; cin>>a; &...
P1012
2024年2月19日 17:07
回复 0
|
赞 0
|
浏览 687
排序 题解:用vector+sort进行排序
此方法输出的结果的最后一个后面带空格,题目中最后一个输出不带空格,虽然可以通过但感觉不是很严谨 #include<iostream> #include<algorithm> #include<vector> using namespace std...
P1010
2024年2月19日 10:53
回复 0
|
赞 0
|
浏览 821
本科学校:华北水利水电大学
目标学校:杭州师范大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!