自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 PAT (Advanced Level) Practice 1050 String Subtraction

【Problem Description】:Given two strings S​1 ​​and S2​​, S=S1​​−S​2 ​​is defined to be the remaining string after taking all the characters in S​2 ​​from S1​​. Your task is simply to calculate S1−S​2...

2019-11-07 00:11:40 142

原创 PAT (Advanced Level) Practice 1036 Boys vs Girls

【Problem Description】:This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students.【Input Specification】:Each i...

2019-10-29 13:56:43 140

原创 PAT (Advanced Level) Practice 1005 Spell It Right

【Problem Description】:Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.【Input Specification】:Each input file con...

2019-10-26 20:17:29 134

原创 PAT (Advanced Level) Practice 1002 A+B for Polynomials

【Problem Description】:This time, you are supposed to find A+B where A and B are two polynomials.【Input Specification】:Each input file contains one test case. Each case occupies 2 lines, and each l...

2019-10-26 13:50:32 215

原创 PAT (Advanced Level) Practice 1001 A+B Format

【Problem Description】:Calculate a+b and output the sum in standard format – that is,the digits must be separated into groups of three by commas (unless there areless than four digits).【Input Spec...

2019-10-25 16:04:58 266

原创 MySQL学习笔记

/* 启动MySQL服务器 */net start mysql(57)/* 终止MySQL服务器 */net stop mysql(57)/* 连接与断开MySQL服务器,其中地址和端口可以省略不写 */mysql -u 用户名 -h 地址 -P 端口 -p 密码/* MySQL语法说明: * 花括号{}表示必选项 * 中括号[]表示可选项 * 竖线|表示分隔符两侧的内容为“或”...

2019-10-23 18:25:27 280 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除