import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int n=sc.nextInt(); for (int i = 1; i <=n; i++) { int a=sc.nextInt(); String s=sc.next(); System.out.println(i+" "+s.substring(0,a-1)+s.substring(a,s.length())); } } }
0.0分
0 人评分
钟神赛车 (C++代码)浏览:905 |
A+B for Input-Output Practice (VII) (C++代码)浏览:643 |
WU-判定字符位置 (C++代码)浏览:1471 |
1013题解浏览:596 |
模拟计算器 (C++代码)浏览:885 |
2^k进制数 (C语言描述,蓝桥杯)浏览:1457 |
C语言训练-大、小写问题 (C语言代码)浏览:719 |
C语言程序设计教程(第三版)课后习题6.10 (C语言代码)浏览:536 |
1052题解(链表操作)浏览:782 |
母牛的故事 (C语言代码)浏览:623 |