首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
jaygee_
懒懒散散
关注
发消息
文章
0
题解
24
发帖
0
笔记
36
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
254
阅读数
8353
日期差值 题解:
差值=日期2是这一年的第几天+日期1年初到日期2年初的天数-日期1是这一年的第几天+1 #include <bits/stdc++.h> using namespace std; int month[15] = {0 ,31, 28, 31, 30, 31, 30...
P1290
2025年3月1日 22:42
回复 0
|
赞 32
|
浏览 574
日期 题解:
#include <bits/stdc++.h> using namespace std; int month[15] = {0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; string weeks[10] = ...
P1011
2025年3月1日 20:45
回复 0
|
赞 40
|
浏览 591
日期计算 题解:
#include <bits/stdc++.h> using namespace std; int month[15] = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; int rmonth[15] = {0...
P1051
2025年3月1日 20:43
回复 0
|
赞 7
|
浏览 403
单词翻转 题解:
#include <bits/stdc++.h> using namespace std; int main() { string s; getline(cin, s); vector<string> words; ...
P3666
2025年2月28日 10:11
回复 0
|
赞 12
|
浏览 578
1
2
本科学校:内蒙古科技大学
目标学校:长春理工大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!