摘要:
#include #include #include using namespace std; int main() { for(float y=1.2;y>=-1;y-=0.065){ for(float x=-1.2;x<=1.2;x+=0.025){ i... 阅读全文
posted @ 2022-03-14 18:16
青城墨白
阅读(30)
评论(0)
推荐(0)
摘要:
分解质因数 当无法分解是输出“no answer” : #include2 : using namespace std;3 3 : int main()4 : {5 3 : int i,k=0... 阅读全文
posted @ 2022-03-14 18:16
青城墨白
阅读(61)
评论(0)
推荐(0)
摘要:
#include using namespace std; int main() { int n; cin>>n; int jieceng(int); cout<<jieceng(n); } int jieceng(int n) { long z; if(... 阅读全文
posted @ 2022-03-14 18:16
青城墨白
阅读(147)
评论(0)
推荐(0)
摘要:
操作\容器vectorliststringsetstackqueuemap插入push_bcak()、insert()push_back() 、push_front()、insert()append(string)、push_back(char)、insert(string)insert()push 阅读全文
posted @ 2022-03-14 18:16
青城墨白
阅读(151)
评论(0)
推荐(0)

浙公网安备 33010602011771号