遗憾的是记事本、word没有这个功能。。。

可以生成exe

 #include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cstring>
#include <string>
#include <algorithm>
#include <iostream>
using namespace std;
#define ll long long const double eps=1e-;
const ll inf=1e9;
const ll mod=1e9+;
const int maxn=1e5+; int main()
{
char c;
FILE *in=fopen("in.txt","r");
FILE *out=fopen("out.txt","w");
while (~(c=fgetc(in)))
{
if (c==' ')
fprintf(out,"\t");
else
fprintf(out,"%c",c);
}
fclose(in);
fclose(out);
return ;
}

最新文章

  1. 基于HTML5的WebGL呈现A星算法的3D可视化
  2. BZOJ 1112: [POI2008]砖块Klo
  3. SQL Server2008 with(lock)用法
  4. Linux Kernel 3.11 正式版发布
  5. 浅谈Adapter中观察者模式
  6. codeforces A. Sereja and Bottles 解题报告
  7. 用vs2010 编写C语言程序,VS2010 C++编译报错LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏
  8. c++11:iota
  9. Jquery中index()问题
  10. filestream streamreader
  11. ES6入门
  12. FFmpeg开发实战(六):使用 FFmpeg 将YUV数据编码为视频文件
  13. Codeforces Round #551 (Div. 2) D. Serval and Rooted Tree (树形dp)
  14. linux固定IP
  15. js+css jQuery实现页面后退执行 &amp; 遮罩弹框
  16. *浅解嵌入式中的BootLoader
  17. timeout可以实现当一个命令在规定时间内不返回就强制返回的功能 + 杀毒安装ClamAV nmap 速度 比Telnet 快
  18. HttpURLConnection与HttpClient比较和使用示例
  19. BrowserSync前端同步测试工具
  20. 谷歌浏览器使用IE内核

热门文章

  1. LeetCode Array Easy 167. Two Sum II - Input array is sorted
  2. Linux 100个常用指令
  3. 【Luogu】【关卡2-12】递推与递归二分(2017年10月)
  4. web.xml中配置——解决post乱码
  5. ueditor 加载文本
  6. vue eslint修改为4个空格
  7. Linux常用命令入门
  8. RRT路径规划算法(matlab实现)
  9. AcWing 196. 质数距离(筛法+离散化)打卡
  10. 使用PHP和MySQL添加数据库时的小错误及注意事项总结