题解 | 多组_字符串_T组形式

多组_字符串_T组形式

https://www.nowcoder.com/practice/35f6f4e9173943e3b3f462b697fefd8b

import java.util.Scanner;

// 注意类名必须为 Main, 不要有任何 package xxx 信息
public class Main {
    public static void main(String[] args) {
        Scanner in = new Scanner(System.in);
        int t = in.nextInt();
        while(t-->0){
            int n = in.nextInt();
            in.nextLine();
            String s = in.nextLine();
            StringBuilder sBuilder = new StringBuilder();
            for(int i = n-1; i>=0; i--){
                sBuilder.append(s.charAt(i));
            }
            System.out.println(sBuilder.toString());
        }
        in.close();
    }
}

全部评论

相关推荐

02-22 21:16
已编辑
门头沟学院 运营
牛客928043833号:离了你谁还拿我当个宝
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
03-01 23:20
野猪不是猪🐗:美团4000hc就离谱,这是把26实习和25春招的直接加一起了?
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务