import java.io.*; public class pat1089 { public static void main(String[] args) throws IOException{ // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int N = Integer.parseInt(br.readLine()); int[] say = new int[N]; for(int i=0;i欢迎分享,转载请注明来源:内存溢出
PAT乙级 1089 狼人杀-简单版 (20 分) Java 实现
赞
(0)
打赏
微信扫一扫
支付宝扫一扫
springboot 以IO流形式返回给前端
上一篇
2022-12-17
springmvc复习
下一篇
2022-12-17
评论列表(0条)