摘要: 简单题。明白闰年是什么。。View Code 1 /* 2 简单题 3 闰年的判断: 4 year%4==0&&(year%100!=0||year%400==0) 5 */ 6 #include<stdio.h> 7 #include<string.h> 8 #include<stdlib.h> 9 #include<iostream>10 #include<queue>11 #include<stack>12 #include<algorithm>13 #include<map> 阅读全文
posted @ 2013-05-07 18:24 xxx0624 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 安装上ubuntu系统后,第一次登陆该系统后才能设置ubuntu系统的root权限,下面为操作步骤:在终端中输入:venus@venus-laptop:~$ sudo passwd rootEnter new UNIX password: (在这输入你的密码)Retype new UNIX pass... 阅读全文
posted @ 2013-05-07 17:40 xxx0624 阅读(1362) 评论(2) 推荐(0) 编辑