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、训练讲解NOIP 1997年普及组复赛试题排列三角形,学习代码模拟和打表法,
让学生懂得打表法是解决TLE的一个有效方法。
2、训练讲解NOIP 1996年普及组复赛试题棋盘的摆放,训练坐标的同行,同列,
对角线的描述方法,为二维数组打下基础。
3、训练讲解NOIP 2012年普及组复赛不同质数乘积,学习质数的判断方法和循环模拟。
4、复习最大公约数的辗转相除法。