摘要: import java.util.*; public class Main { public static void main(String[] args){ Scanner sc= new Scanner(System.in); int r=sc.nextInt(); double s = Math.PI*r*r; Sys... 阅读全文
posted @ 2019-02-23 22:06 明卿册 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 本题非常简单,打表即可。 只是本人对蓝桥杯赛制尚且不够熟悉,JAVA语法也有所淡忘,故记下以下几点: 1、int arr[] = new int[Max_len] 2、Scanner scanner = new Scanner(System.in); int a = scanner.nextInt( 阅读全文
posted @ 2019-02-23 21:49 明卿册 阅读(150) 评论(0) 推荐(0) 编辑