摘要:
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
明卿册
阅读(322)
评论(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
明卿册
阅读(158)
评论(0)
推荐(0)

浙公网安备 33010602011771号