Files
python/C++课程/第十六课循环结构程序设计实例2/C++高级班第十六次课程内容.txt
HuangHai 1f397eca87 'commit'
2025-08-30 18:35:01 +08:00

11 lines
528 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

C++高级班第十六次课程内容
1、训练讲解NOIP 1997年普及组复赛试题排列三角形学习代码模拟和打表法
让学生懂得打表法是解决TLE的一个有效方法。
2、训练讲解NOIP 1996年普及组复赛试题棋盘的摆放训练坐标的同行同列
对角线的描述方法,为二维数组打下基础。
3、训练讲解NOIP 2012年普及组复赛不同质数乘积学习质数的判断方法和循环模拟。
4、复习最大公约数的辗转相除法。