NjQA


私信TA

用户名:dotcpp0762909

访问量:322

签 名:

等  级
排  名 5273
经  验 1565
参赛次数 0
文章发表 7
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

import java.util.Scanner;

public class Main {
   public static void main(String[] args) {
       Scanner sc = new Scanner(System.in);
       String str = sc.nextLine();
       StringBuffer str1 = new StringBuffer(str);
       System.out.println(str1.reverse());
   }
}

 

0.0分

0 人评分

  评论区

  • «
  • »