
数论
titi2018815
菜鸟正在一步步成长!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
E - Leading and Trailing
题目: You are given two integers: n and k, your task is to find the most significant three digits, and least significant three digits of nk. Input Input starts with an integer T (≤ 1000), denoting th...原创 2018-09-02 20:49:15 · 300 阅读 · 0 评论 -
K - Large Division
题目: Given two integers, a and b, you should check whether a is divisible by b or not. We know that an integer a is divisible by an integer b if and only if there exists an integer c such that a = b *...原创 2018-08-30 20:00:15 · 348 阅读 · 0 评论