曾刚炜


私信TA

用户名:13397282061

访问量:4175

签 名:

等  级
排  名 178
经  验 6829
参赛次数 0
文章发表 19
年  龄 20
在职情况 学生
学  校 湖北生物科技职业学院
专  业

  自我简介:

import java.util.Scanner;

public class Main {
	public static void main(String[] args) {
		Scanner sc = new Scanner(System.in);
		String str=sc.next();
		int n = sc.nextInt();
		int m=sc.nextInt();
		for (int i = 0; i < str.length()-n; i+=m) {
			System.out.print(str.charAt(n+i));
		}
	}
}
 

0.0分

0 人评分

  评论区

  • «
  • »