主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
woshipzg123
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
1
笔记
0
Ta的粉丝
136
关注数
0
粉丝数
136
获赞数
4
阅读数
41317
C++用sort排序
#include <iostream> #include <algorithm> using namespace std; bool cmp(char a,char b) { if(isdigit(a)==0&&is...
P1012
2021年2月17日 14:05
回复 1
|
赞 3
|
浏览 9.9k
C++傻瓜解
#include <iostream> using namespace std; int main() { int month[9]={18,31,30,31,31,30,31,30,31}; string week[7]={"Thursday",...
P1011
2021年2月16日 21:01
回复 0
|
赞 1
|
浏览 9.1k
c++这个题怎么也通不过,原来是要数32位,一直是从1开始数
#include <iostream> #include <algorithm> using namespace std; int main() { int n,count0=0,count1=0; cin>>n; for(int i=0;...
P1008
2021年2月16日 10:04
回复 0
|
赞 0
|
浏览 8.0k
发现这题每行末尾带空格也可以AC呀
#include<iostream> using namespace std; int main() { int count=0; for(int i=100;i<1001;++i) ...
P1007
2021年2月15日 21:29
回复 0
|
赞 0
|
浏览 8.8k
本科学校:中南林业科技大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!