摘要: #include <iostream>using namespace std; // int x,y,temp,s,i;// cout<<"请输入两个数";// cin>>x>>y;// if(i>y){// temp=x;// x=y;// y=temp;// } // s=y*i;// whil 阅读全文
posted @ 2023-07-18 09:26 园友3087003 阅读(25) 评论(0) 推荐(0)
摘要: #include <iostream>using namespace std;//void sanbeishu(){// int i;// for(i=1;i<=1000;i++){// if(i%3==0){// cout<<i<<"是三的倍数"<<endl;// cont// }// // } 阅读全文
posted @ 2023-07-18 09:25 园友3087003 阅读(35) 评论(0) 推荐(0)
摘要: #include <iostream>using namespace std;bool shiwei(int i){ } int main(){ } 阅读全文
posted @ 2023-07-12 10:00 园友3087003 阅读(72) 评论(0) 推荐(0)
摘要: const int MAX=10; srand(time(0)); int m,n,countm,countn; countm=countn=0; for(int i;i<MAX;i++){ m=rand()%3+1; cout<<"You are J J BOND,come on!"<<endl; 阅读全文
posted @ 2023-07-10 09:48 园友3087003 阅读(53) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std;int main(int argc, char** argv) { char n; cout<<"请输入要转换的字符"; cin>>n; switch(n){ case 'a':n=n-32;break; case 'b 阅读全文
posted @ 2023-06-24 09:14 园友3087003 阅读(49) 评论(0) 推荐(0)
摘要: #include <iostream>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(){bool c=true;c=mc.ConnectMinecraft("zk","badaa4c2a1b546f18685176 阅读全文
posted @ 2023-06-04 10:00 园友3087003 阅读(31) 评论(0) 推荐(0)
摘要: #include <iostream>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(){bool c=true; c=mc.ConnectMinecraft("zk","badaa4c2a1b546f1868517 阅读全文
posted @ 2023-05-27 09:51 园友3087003 阅读(137) 评论(0) 推荐(0)
摘要: #include <iostream>using namespace std;/* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(i 阅读全文
posted @ 2023-05-20 09:34 园友3087003 阅读(34) 评论(0) 推荐(0)
摘要: #include <iostream>using namespace std; int main(int argc, char** argv) { string name,month,day,age,hobby; cin>>name>>month>>day>>age>>hobby; cout<<"我 阅读全文
posted @ 2023-05-07 09:45 园友3087003 阅读(27) 评论(0) 推荐(0)
摘要: <html> <head> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticf 阅读全文
posted @ 2023-03-11 19:22 园友3087003 阅读(148) 评论(0) 推荐(0)