摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12364536.html 问题表述:英文字母大小写转换时,c=c-32和c-=32不一样? 正确代码如下: import java.util.Scanner; public class Hello { pub 阅读全文
posted @ 2020-02-25 23:09 萍2樱释 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/12364412.html 问题描述:vs中读取两个字符串,中间用空格分开。例如:abcde a3。 解决方法: 在变量后面添加定义的字符串数组长度。例如:while (~scanf_s("%s %s", hu 阅读全文
posted @ 2020-02-25 22:44 萍2樱释 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://i-beta.cnblogs.com/posts/edit-done;postId=12363339 整除的尾数(110min) 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2099 Problem Description 阅读全文
posted @ 2020-02-25 19:32 萍2樱释 阅读(369) 评论(4) 推荐(0) 编辑