1、share project on github时,弹出Cannot load information for github.com/zouxiaoya:Connection reset问题。 解决方法:pycharm-->setting-->version control-->github中,删除掉当前用户,点击reset重置即可。 2、 pus…
一、思想
使用四层for循环进行循环遍历,进行判断,然后根据规则在最里侧的for循环输出这些三位数。
二、代码
public class ThreeDigit
{public static void main(String[] args){int[] a {1,2,3,4};System.out.println("满足条件的三位数是&…