搜索结果
找到约 744 项符合
acm-online 的查询结果
数据结构 浙江大学ACM练习题 1108 提交通过原代码
浙江大学ACM练习题 1108 提交通过原代码
数据结构 浙江大学ACM练习题 1103 提交通过代码 上一个包失误未付原码,十分抱歉!
浙江大学ACM练习题 1103 提交通过代码 上一个包失误未付原码,十分抱歉!
其他书籍 ACM竞赛辅导参考书籍
ACM竞赛辅导参考书籍,适合ACM竞赛选手及大学计算机专业本科或编程爱好者
数值算法/人工智能 某牛人写的acm.tongji.edu.cn上大部分ac的代码,仅供学习研究,请不要用来作弊
某牛人写的acm.tongji.edu.cn上大部分ac的代码,仅供学习研究,请不要用来作弊
书籍源码 这是ACM程序设计大赛中的一道题
这是ACM程序设计大赛中的一道题,虽然简单了点 但是对于广大宣告我一样的菜鸟 我想还是有帮助的
其他 acm中的一道关于财产继承问题的源代码
acm中的一道关于财产继承问题的源代码,希望大家能喜欢,有不足之处还请大家批评指正!
数值算法/人工智能 ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The
ACM试题An Easy Problem
Description
As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the numbe ...
数值算法/人工智能 ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5,
ACM试题Problem K:Ones
Description
Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?