主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
aksunlight
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
1
笔记
0
Ta的粉丝
400
关注数
1
粉丝数
400
获赞数
2
阅读数
46196
字符匹配,菜菜还是想了好久
#include<bits/stdc++.h> using namespace std; //把字符串中匹配的括号和字母先修改为空格,其它的就是未匹配的 //最后逐个字符输出,遇到'('和')'时,做对应修改即可 int main...
P1296
2020年7月13日 16:45
回复 0
|
赞 0
|
浏览 8.4k
笨办法
#include"stdio.h" #include"string.h" char s[55]; int main(void){ int m; sc...
P1548
2020年4月25日 17:01
回复 0
|
赞 0
|
浏览 8.7k
简单题
#include"stdio.h" int main(void){ int n; int tmp, ans = 0; scanf("%d&...
P1547
2020年4月25日 16:35
回复 0
|
赞 0
|
浏览 8.5k
先统计总天数并计算时间,再把总天数转换为哪月那日(基于n的输入范围这里直接认定是2009年)
#include"stdio.h" int a[13] = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; int main(void){ int n; &nbs...
P1545
2020年4月25日 14:11
回复 0
|
赞 1
|
浏览 8.2k
本科学校:兰州交通大学
目标学校:1111111
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!