You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
518 B

This file contains ambiguous Unicode characters!

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、复习最大公约数的辗转相除法。