摘要: 4/10打卡 c++ 课本例题 #include<bits/stdc++.h> using namespace std; class Frac{ public: Frac(int a = 0, int b = 0 ){ for(int i = 2; i < a || i < b; i ++ ){ i 阅读全文
posted @ 2023-04-11 20:51 kxzzow 阅读(22) 评论(0) 推荐(0)
摘要: 打卡 c++趣味编程例题 #include<bits/stdc++.h> using namespace std; int main(){ int cock , hen, chicken; for(cock = 0; cock <= 20; cock ++){ for(hen = 0; hen <= 阅读全文
posted @ 2023-04-11 20:51 kxzzow 阅读(12) 评论(0) 推荐(0)