9.22作业2
Posted TOTO2
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了9.22作业2相关的知识,希望对你有一定的参考价值。
#include<iostream> using namespace std; int main() { int a=11,b=1,c; while(a>0,b<6){ c=a-2*b; cout<<c<<endl; b++; } return 0; }
#include<iostream> using namespace std; int main() { for (int a=1;a<=11;a++){ if(a%2==1) cout<<a<<endl; } return 0; }
以上是关于9.22作业2的主要内容,如果未能解决你的问题,请参考以下文章