2022csp-j复赛试题讲解及答案 1#include <iostream>2usingnamespacestd;34intmain() {5inta,b;6cin>>a>>b;7longlongans=1;//注意long long ,不能用int8for(inti=1; i<=b; i++) {9ans*=a;10if(ans>1e9) {11cout<<-1;12return0;13}14}15cout<<ans;16return0;17} //60分代码#include ...
1.5 编程基础之循环控制 29 数字反转 https://blog.csdn.net/dllglvzhenfeng/article/details/121846192 NOIP2012复赛 普及组 第1题 1.5 编程基础之循环控制 43 质因数分解 https://blog.csdn.net/dllglvzhenfeng/article/details/122049755 NOIP2013普及组复赛试题_计数问题 h...
1.5 编程基础之循环控制 29 数字反转 https://blog.csdn.net/dllglvzhenfeng/article/details/121846192 NOIP2012复赛 普及组 第1题 1.5 编程基础之循环控制 43 质因数分解 https://blog.csdn.net/dllglvzhenfeng/article/details/122049755 NOIP2013普及组复赛试题_计数问题 h...