09 2019 档案

摘要:题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805385053978624这道题做到吐血!!!也可能是我经验不足,各种坑... 阅读全文
posted @ 2019-09-28 15:35 大帅本帅 阅读(18) 评论(0) 推荐(0)
摘要:题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805390896644096这道题目比较简单,只要判断每个字符串的末尾是否... 阅读全文
posted @ 2019-09-27 20:49 大帅本帅 阅读(9) 评论(0) 推荐(0)
摘要:A题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805411985604608B题目链接:https://pintia.cn... 阅读全文
posted @ 2019-09-24 22:20 大帅本帅 阅读(10) 评论(0) 推荐(0)
摘要:题目链接:https://pintia.cn/problem-sets/994805260223102976/problems/994805313708867584 定义ab数组,a数组为原始输入。k为系数,n... 阅读全文
posted @ 2019-09-24 14:57 大帅本帅 阅读(9) 评论(0) 推荐(0)
摘要:题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805453203030016题目要求第一行输出成绩最高的女生;第二行成绩最差... 阅读全文
posted @ 2019-09-21 15:42 大帅本帅 阅读(5) 评论(0) 推荐(0)
摘要:题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805422639136768题目大意就是每张图像都是由像素构成,像素中包含颜... 阅读全文
posted @ 2019-09-20 13:11 大帅本帅 阅读(5) 评论(0) 推荐(0)
摘要:目录一、结尾无空格二、数字和字符串转换三、数值格式化输出四、字符串长度五、判断字符串是否相等六、字母大小写转换1.char 类2.string 类七、define、typedef、const报名了PTA考证,最近... 阅读全文
posted @ 2019-09-19 14:59 大帅本帅 阅读(18) 评论(0) 推荐(0)
摘要:创建字符串“876”,理想输出:876错误代码:实际输出:678s="876";index=0;cout<<s[index++]<<s[index++]<<s[index++];正确代码:实际输出:876s="8... 阅读全文
posted @ 2019-09-19 14:13 大帅本帅 阅读(12) 评论(0) 推荐(0)
摘要:一、原来路径进入node文件夹→ bin→ 右键→ Open in Terminal→ 输入 ./node → 进入编译→退出 .exit二、查看路径,将路径复制pwd三、Ctrl+Alt+T新开控制台,输入... 阅读全文
posted @ 2019-09-17 09:33 大帅本帅 阅读(20) 评论(0) 推荐(0)
摘要:本机地址:172.21.12.62修改用户名1.进入etc目录cd /etc2.gedit hostname为只读,可查看自己的主机名3.修改自己的主机名,修改后save,并重启sudo gedit hostna... 阅读全文
posted @ 2019-09-10 12:04 大帅本帅 阅读(11) 评论(0) 推荐(0)
摘要:本机IP:172.21.12.62;他人IP:172.21.12.591.ctrl+alt+T打开控制面板2.登录他人IP,跳出问话框后输入yes ssh user1@172.21.12.593.在他人的面板中创... 阅读全文
posted @ 2019-09-10 11:46 大帅本帅 阅读(32) 评论(0) 推荐(0)