摘要: 用了八个小时 也挺不容易的 大神不喜勿喷 #include <iostream> #include <string> #include <ctime> #include <cstdlib> #include <windows.h> #include <conio.h> using namespace 阅读全文
posted @ 2020-02-07 09:52 <bits/stdc++.h> 阅读(192) 评论(0) 推荐(1)
摘要: 很简单 大神勿喷Thanks♪(・ω・)ノ #include<stdio.h> #include<stdlib.h> #include<time.h> main() { int a,b; char c; srand(time(NULL)); a=1+(rand()%1000); printf("我有 阅读全文
posted @ 2020-02-06 20:01 <bits/stdc++.h> 阅读(232) 评论(0) 推荐(1)
摘要: 挺简单的 大神勿喷Thanks♪(・ω・)ノ #include<bits/stdc++.h> #include<windows.h> using namespace std; int main() { int i,n; cin>>n; for(i=n;i>=1;i--) { cout<<i<<end 阅读全文
posted @ 2020-02-06 19:52 <bits/stdc++.h> 阅读(830) 评论(0) 推荐(1)
摘要: 第一次写。 大神不喜勿喷。♪(・ω・)ノ #include<bits/stdc++.h> using namespace std; int main() { char o=0,a[6],b[6]={111,111,111,111,111,111}; if(b[4]==111) { cout<<"请设 阅读全文
posted @ 2020-02-06 10:12 <bits/stdc++.h> 阅读(379) 评论(0) 推荐(1)