2021年3月12日
摘要: public static void main(String[] args) { // TODO Auto-generated method stub int r=2,s; s=(int)(r*r*3.14); System.out.println(s); } public static void  阅读全文
posted @ 2021-03-12 10:00 计算机1901金百乙 阅读(36) 评论(0) 推荐(0)
  2021年3月8日
摘要: public class Exe1 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("193230128计算机1 阅读全文
posted @ 2021-03-08 15:41 计算机1901金百乙 阅读(41) 评论(0) 推荐(0)