- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 POJ 1256
//#include "stdafx.h"#include <stdio.h>#include <string.h>#define N_MAX 14#define M_MAX 58int T;int len;char buf[N_MAX];int ret[N_MAX];int aa[M_MAX]; //字符=>数字的映射int...
2017-10-17 14:35:15
142
原创 POJ 1731
#include <stdio.h>#include <string.h>#define N_MAX 201int len;char buf[201];void printf_arr(){ for (int i = 0; i < len; i++) { printf("%c", buf[i]); } printf("\n...
2017-10-17 13:08:00
131
原创 设置环境变量
<br />批处理文件:<br />wmic ENVIRONMENT where "name='JAVA_HOME' and username='<system>'" set VariableValue="C:/Program Files/Java/jdk1.6.0_17"
2011-01-11 14:56:00
172
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人