咕噜咕噜哈里  

2021年7月9日

摘要: 1 #include<iostream> 2 #define PI 3.14159265358979 3 using namespace std; 4 5 float r; 6 float s; 7 8 void Circle() 9 { 10 cout<<"请输入半径"<<endl; 11 cin 阅读全文
posted @ 2021-07-09 21:14 咕噜咕噜哈里 阅读(357) 评论(1) 推荐(0) 编辑
 
摘要: 睡了一顿梦到自己醒着的午觉后,昏昏地起来写今天的作业,越看越精神,和被苦恼了一天的覃同学讨论。 Fibonacci数列:(这是别人的,待我理解透彻那个题目再好好地写!!) 1 #include<iostream> 2 using namespace std; 3 4 long long n[1000 阅读全文
posted @ 2021-07-09 21:10 咕噜咕噜哈里 阅读(88) 评论(0) 推荐(0) 编辑