``` Problem L: CreatorX背英语 Time Limit: 1 Sec Memory Limit: 64 MB Submit: 53 Solved: 36 [Submit][Status][Web Board] Description CreatorX最近在忙着背英语, Hzk i ...
分类:
其他好文 时间:
2018-05-06 00:15:53
阅读次数:
155
#include <cstdio>#include <cmath>#include <iostream>#include <fstream>#include <cstdlib>#include <string>#include <iomanip>#include <cstring>#include ...
分类:
其他好文 时间:
2018-04-28 22:28:25
阅读次数:
201
在调用函数时,可以不用或使用部分参数调用,不指定的值为函数默认值 ...
分类:
编程语言 时间:
2018-04-22 21:51:05
阅读次数:
132
链接 https://blog.csdn.net/FX677588/article/details/69776258 这个头文件是C++版本升级后自带的,可以方便的使用,包含了如下有用的头文件 #include <iostream>#include <cstdio>#include <fstream ...
分类:
编程语言 时间:
2018-04-20 23:36:55
阅读次数:
301
比cin快很多 #include <iostream>#include<fstream>using namespace std;ifstream fin("aplusb.in");ofstream fout("aplusb.out"); int main(){ int a,b; while(fin> ...
分类:
编程语言 时间:
2018-04-09 13:18:11
阅读次数:
162
一、基本任务:代码编写+单元测试 小组github 地址 https://github.com/decadeheart/WcPlus PSP表格 接口设计 接口描述 单词排序模块,输入为vector<string>,即字符串数组。返回为排好序的字符串数组。 设计思路 利用sort函数,sort函数的 ...
分类:
其他好文 时间:
2018-04-09 00:16:53
阅读次数:
186
基本功能 1、github地址 https://github.com/SSS-SY/wordcount-pro 2、PSP表格 PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 30 20 · Estimate · 估计这个任务需要多少时间 30 20 Dev ...
分类:
其他好文 时间:
2018-04-08 22:35:10
阅读次数:
234
1 #include <iostream> 2 #include <fstream> 3 #include <fstream> 4 #include <Windows.h> 5 6 using namespace std; 7 8 int main(int argc,char*argv[]) 9 { ...
分类:
其他好文 时间:
2018-04-01 13:13:58
阅读次数:
159
转自:https://blog.csdn.net/roger_77/article/details/1538447/ 1.C++很简单的一种办法: #include <iostream>#include <fstream>using namespace std;#define FILENAME "s ...
分类:
编程语言 时间:
2018-03-27 14:46:52
阅读次数:
155
Description: Code: Runshot: ...
分类:
其他好文 时间:
2018-03-11 17:32:49
阅读次数:
125