《算法笔记》学习笔记

`@TOC第3章入门篇(1)–入门模拟 第3章入门篇(1)–入门模拟(1) 3.1简单模拟 模拟题是一类“题目怎么说,你就怎么做”的题目。这类题目不涉及算法,完全只是根据题目描述来进行代码的编写 PAT B1001 #include <iostream> using namespace std; int main(){ int n,cont=0; scanf("%d",&n); while(
相关文章
相关标签/搜索