题解 | #计算带余除法#

计算带余除法

https://www.nowcoder.com/practice/34d3911bf2fd48a285f6396e886a1259

public class Program {
    public static void Main() {
        string[] s = System.Console.ReadLine().Split(" ");
        System.Console.WriteLine(int.Parse(s[0])/int.Parse(s[1])+ " " +int.Parse(s[0])%int.Parse(s[1]));
    }
}

全部评论

相关推荐

拒绝无效加班的小师弟很中意你:求职意向没有,年龄、课程冗余信息可以删掉,需要提升项目经历。排版需要修改。
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务