Fork me on GitHub
摘要: java import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner (System.in); while(sc.hasNext()) 阅读全文
posted @ 2019-07-07 22:04 cznczai 阅读(145) 评论(0) 推荐(0) 编辑
摘要: It's time to reevaluate how women handle conflict at work. Being overworked or over committed at home and on the job will not get you where you want t 阅读全文
posted @ 2019-07-07 22:03 cznczai 阅读(890) 评论(0) 推荐(0) 编辑
摘要: Recently I attended several meetings where we talked about ways to retain students and keep younger faculty members from going elsewhere. It seems hig 阅读全文
posted @ 2019-07-07 22:01 cznczai 阅读(724) 评论(0) 推荐(0) 编辑
摘要: java import java.util.Scanner; public class Main { static int arr[][]; static Scanner in = new Scanner(System.in); public static void main(String[] ar 阅读全文
posted @ 2019-07-07 22:00 cznczai 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 附上其他好的文章的链接 https://blog.csdn.net/wo541075754/article/details/66971888 https://blog.csdn.net/u012561176/article/details/48183181 https://blog.csdn.net 阅读全文
posted @ 2019-07-07 21:59 cznczai 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 首先感谢我宿友廖某的指导 服务器 客户端 https://blog.csdn.net/o0DarkNessYY0o/article/details/52410980 阅读全文
posted @ 2019-07-07 21:58 cznczai 阅读(307) 评论(0) 推荐(0) 编辑
摘要: public class Main { //一开始我也想了很多方法 用另外一个矩阵帮忙保存 结果是错的 public void rotate(int[][] matrix) { int n = matrix.length; int top = 0, left = 0, right = n 1, bo 阅读全文
posted @ 2019-07-07 21:57 cznczai 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 顺便训练自己的英语: 因为近期下雨,农家John 的农场有很多水坑(用一个NM矩阵表示| represent 代表、rectangle 矩阵),每一个区域表示形式为水(w)或者土地(.),农夫jhon 想指出在他的农村多少个已经形成的水坑,一个水坑是由一个水和连接在一起的八个邻居区域形成的 给一个农 阅读全文
posted @ 2019-07-07 21:56 cznczai 阅读(338) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/1648545/201907/1648545-20190709093134473-1146790812.png) ```java import java.util.*; public class Main { public void braveGame() { //这里主要是解决n%(m+1)是否等于0 或者不等于... 阅读全文
posted @ 2019-07-07 21:55 cznczai 阅读(210) 评论(0) 推荐(0) 编辑
摘要: When Work Becomes a Game A) What motivates employees to do their jobs well? Competition with coworkers, for some. The promise of rewards, for others. 阅读全文
posted @ 2019-07-07 21:55 cznczai 阅读(2891) 评论(0) 推荐(0) 编辑