2014年5月16日

每天一个linux命令(2): nl命令

摘要: 0.学习时间 2014-05-161.命令格式 nl [参数] 文件名 (文件名也缺省的情况下, 从标准输入中读入)2.命令参数 -b t 空行不加行号(默认) -b a 空行也加行号(类似于cat -n) -n ln 设置行号显示左对齐 -n rn 设置行号显示右对齐(默认) ... 阅读全文

posted @ 2014-05-16 21:38 Stomach_ache 阅读(171) 评论(0) 推荐(0)

Codeforces 432C

摘要: 题目链接题意: 给出一个长度为n(n File Name: C.cpp 3 > Author: Stomach_ache 4 > Mail: sudaweitong@gmail.com 5 > Created Time: 2014年05月15日 星期四 23时51分15秒... 阅读全文

posted @ 2014-05-16 19:15 Stomach_ache 阅读(405) 评论(0) 推荐(1)

导航