Thank_you
Thank_you
全部文章
分类
BFS标记路径(1)
C F 水题(20)
dfs(1)
SDNUOJ(26)
string(1)
vector(1)
一点发现(3)
一点算法(3)
冒泡排序(1)
强制改变类型(1)
快速幂(取模)(1)
所谓函数(1)
数组a[-1](1)
未归档(62)
栈stack(1)
线性筛(1)
队列queue(1)
随笔(1)
归档
标签
去牛客网
登录
/
注册
Thank_you的博客
全部文章
(共127篇)
1513.K.Reversed Words SDNUOJ 1513
Description Some aliens are learning English. They have a very strange way in writing that they revered every word in the sentence but keep all the wo...
2018-12-12
0
447
vector访问元素(删除性访问)
#include <cstdio> #include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { vector<...
2018-12-11
0
324
1432.十进制转十六进制 SDNUOJ 1432
Description 问题描述 十六进制数是在程序设计时经常要使用到的一种整数的表示方式。它有0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F共16个符号,分别表示十进制数的0至15。十六进制的计数方法是满16进1,所以十进制数16在十六进制中是10,而十进制的17在十六进制中是...
2018-12-11
0
497
1431.十六进制转十进制 SDNUOJ 1431
int会溢出 #include <cstdio> #include <iostream> #include <cstring> #include <algorithm> #include <cmath> using namespace s...
2018-12-11
0
365
1359.GPA SDNUOJ 1359(2018新生第一次周赛测试题)
当时我不会 Description Each course grade is one of the following five letters: A, B, C, D, and F. (Note that there is no grade E.) The grade A indicates s...
2018-12-11
0
470
1357.Text Reverse SDNUOJ 1357(2018新生第一次周赛测试题)
我当时不会 Description Chaochao likes to write words in reverse way. Given a single line of text which is written by Chaochao, you should reverse all the ...
2018-12-11
0
463
string(新手练习)含代码、注释
第一次编译大概需要7秒 自我感觉重要的几点: 1.getline(cin, s)的赋值 2.字符串数组的使用 5.大小、判空 6.末尾添加 11.string查找 #include <cstdio> #include <iostream> #include <st...
2018-12-11
0
406
C++中string类详解(转载)(最下面有代码实现)
原作者:yzl_rex 原文:https://blog.csdn.net/yzl_rex/article/details/7839379 另外一个 适合新手的string 详解 链接:https://blog.csdn.net/zhaobaole2018/article/details/849586...
2018-12-09
0
337
1321.众数 SDNUOJ 1321
Description 给出n个数,求这n个数的众数。 众数的定义是:是一组数据中出现次数最多的数值,叫众数,有时众数在一组数中有好几个。 Input 第一行有个整数T,表示测试组数T<=10. 接下来有T个测试组,每个测试组的第一行有整数n,表示有n个数。 接下来1行有n个数,第i个...
2018-12-09
0
456
1059.The Seven Percent Solution SDNUOJ 1059
Description Uniform Resource Identifiers (or URIs) are strings like http://icpc.baylor.edu/icpc/, mailto:foo@bar.org, ftp://127.0.0.1/pub/linux, or ev...
2018-12-09
0
387
首页
上一页
4
5
6
7
8
9
10
11
12
13
下一页
末页