主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
Keeshpku
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
135
关注数
0
粉丝数
135
获赞数
4
阅读数
16624
注意字符转换数字还有X是大写以及 correct它拼错了.
#include <iostream> #include <string> using namespace std; int main(){ string x; int quan[50] = {7,9,1...
P1722
2023年3月16日 17:07
回复 1
|
赞 1
|
浏览 2.8k
小坑的地方在于,必须要初始化一个student,然后push_back.
#include <bits/stdc++.h> using namespace std; struct Student{ int id; int score; }; bool cmp(Student x1, Student x2){ if...
P1159
2023年3月20日 00:42
回复 0
|
赞 1
|
浏览 2.4k
sort + vector + 奇偶判断
#include <bits/stdc++.h> using namespace std; int main(){ int n ; while(scanf("%d",&n) !=EOF){ vector<int> ji; vector...
P1010
2023年3月20日 00:15
回复 0
|
赞 0
|
浏览 2.9k
学会使用字符串的find()
#include<bits/stdc++.h> using namespace std; int main(){ char x[120]; while(fgets(x,120,stdin) != NULL){ &nb...
P1027
2023年3月19日 23:12
回复 0
|
赞 1
|
浏览 3.1k
先把第一个字处理了然后再根据空格找字首
#include<bits/stdc++.h> using namespace std; int main(){ string s; char ins[120]; while(fgets(ins,120,stdin)!=NULL){ ...
P1240
2023年3月19日 20:32
回复 0
|
赞 0
|
浏览 2.6k
竟然没有人用二维数组处理打印题?
二维数组是打印题的万能思路.(不管什么图形都可以用二维数组保存后打印. #include <bits/stdc++.h> using namespace std; int main(){ int x; while(scanf(&...
P1473
2023年3月19日 12:57
回复 0
|
赞 1
|
浏览 2.7k
本科学校:暨南大学
目标学校:北京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!