This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
C++课程第十五课循环结构程序设计实例
(1)一题多解 a的b次方的个位数是几?
通过三种方法进行获取:快速幂,个位数运算法,查表法,向学生渗透打表法思想和数学模型思想。
(2)计算给定N个数字中,1-9出现的次数,强调整除与余数的组合应用,获取每一位的数字。
(3)NOIP源题讲解,津津的课外班数量问题。