题解 | #整数的十位#

整数的十位

https://www.nowcoder.com/practice/031db23916904f4fad72198fe491b47b

import java.util.Scanner;

// 注意类名必须为 Main, 不要有任何 package xxx 信息
public class Main {
    public static void main(String[] args) {
        Scanner in = new Scanner(System.in);
        int a1 = (in.nextInt()/10)%10;
        System.out.println(a1);
        /*
        String a1 = in.next();
        System.out.println(a1.charAt(a1.length-2));
        */
    }
}

全部评论

相关推荐

无敌虾孝子:喜欢爸爸还是喜欢妈妈
点赞 评论 收藏
分享
11-06 10:58
已编辑
门头沟学院 嵌入式工程师
双非25想找富婆不想打工:哦,这该死的伦敦腔,我敢打赌,你简直是个天才,如果我有offer的话,我一定用offer狠狠的打在你的脸上
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务