2018年8月4日

末尾有几个0

摘要: 牛客小白月赛5 D 题目描述 输入描述: 输入数据共一行,一个正整数n,意义如“问题描述”。 输出描述: 输出一行描述答案:一个正整数k,表示S的末尾有k个0 示例1 输入 复制 10 输出 复制 7 说明 鸣谢真·dalao Tyxao 1 ll ans=0; 2 scanf("%d",&n); 阅读全文

posted @ 2018-08-04 23:37 cltt 阅读(387) 评论(0) 推荐(0)

hdu 4565

摘要: Problem Description A sequence Sn is defined as:Where a, b, n, m are positive integers.┌x┐is the ceil of x. For example, ┌3.14┐=4. You are to calculat 阅读全文

posted @ 2018-08-04 18:48 cltt 阅读(162) 评论(0) 推荐(0)

导航