摘要:
#include #include #include #include int main(){ return 0;}#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std;int main(){return 0;}
阅读全文
posted @ 2013-02-23 00:41
wwjyt
阅读(182)
推荐(0)
2019年12月1日
摘要:
c->5 (2019.12.1~2020.1.31) https://u.jd.com/UbgllQ c->5 (2019.12.11~2020.1.31)
阅读全文
posted @ 2019-12-01 10:49
wwjyt
阅读(870)
推荐(0)
2019年7月22日
摘要:
京享红包PC https://u.jd.com/3DicZl 移动 https://u.jd.com/nuXfMs C->5 https://u.jd.com/hC9FmL 9.24 5->c https://u.jd.com/RJXnkA
阅读全文
posted @ 2019-07-22 21:39
wwjyt
阅读(217)
推荐(0)
2019年6月1日
摘要:
5推C 惊喜红包 https://u.jd.com/61tHRp https://u.jd.com/eHIkLL https://u.jd.com/wpQtSB C推5 惊喜红包 https://u.jd.com/52U4EP https://u.jd.com/utcQx1 https://u.jd
阅读全文
posted @ 2019-06-01 23:56
wwjyt
阅读(392)
推荐(0)
2016年3月28日
摘要:
6.1 基本配置 ................................................................................................................. 138 6.1.1 入口类和@SpringBootAp
阅读全文
posted @ 2016-03-28 12:25
wwjyt
阅读(532)
推荐(0)
摘要:
目录 目 录第一部分 点睛Spring 4.x第1 章 Spring 基础 ............................................................................................................. 21
阅读全文
posted @ 2016-03-28 01:37
wwjyt
阅读(1848)
推荐(0)
2016年3月23日
摘要:
例子1: http://spring.io/guides/gs/rest-service/ 字符串填充,如%s 自增类型 @RequestMapping @RequestParam 例子2: http://spring.io/guides/gs/scheduling-tasks/ 按格式输出时间 @
阅读全文
posted @ 2016-03-23 01:44
wwjyt
阅读(535)
推荐(0)
2014年5月27日
摘要:
1.感受一下深搜代码 1 void Set_01(int k){ 2 if(k==MAXN){ 3 Print_ans(k); 4 return; 5 } 6 for(int i=0;i<2;i++){ 7 ans[k]=i; ...
阅读全文
posted @ 2014-05-27 16:46
wwjyt
阅读(137)
推荐(0)
2014年5月22日
摘要:
scanf("%d", &n);printf("%X\n", n);十六进制转十进制注意8位这个提示,好好看看范围unsigned int n;scanf("%X", &n);printf("%u\n", n);
阅读全文
posted @ 2014-05-22 17:30
wwjyt
阅读(189)
推荐(0)
摘要:
字母图形#include #include #include #include #include #include #include using namespace std;int main(){int n, m;scanf("%d%d", &n, &m);for(int i = 1; i <= n...
阅读全文
posted @ 2014-05-22 17:24
wwjyt
阅读(138)
推荐(0)
2014年5月19日
posted @ 2014-05-19 15:46
wwjyt
阅读(135)
推荐(0)