随笔分类 -  acm——天梯赛题目

摘要:public class Main{ public static void main(String[] args) { Scanner input = new Scanner(System.in); BigInteger a = input.nextBigInteger(); int count=0; for(Big... 阅读全文
posted @ 2019-03-24 19:45 Tonyyy 阅读(177) 评论(0) 推荐(0)