上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页
摘要: software remove and so on 阅读全文
posted @ 2022-02-01 19:25 ethon-wang 阅读(92) 评论(0) 推荐(0) 编辑
摘要: free elibrary 阅读全文
posted @ 2022-02-01 19:24 ethon-wang 阅读(11) 评论(0) 推荐(0) 编辑
摘要: code #include<algorithm> #include<iostream> using namespace std; int main(){ ios::sync_with_stdio(false); float n,x,sum=0; cin>>x; int i; while(0!=x){ 阅读全文
posted @ 2022-02-01 19:05 ethon-wang 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 不止文本,文件比较也可进行,功能多样,是码农好帮手 阅读全文
posted @ 2022-01-31 12:50 ethon-wang 阅读(17) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> using namespace std; const int N=1505; int s[N][N],a[N][N],b[N][N],c[N][N],d[N][N]; int ans,n,m,k; int mai 阅读全文
posted @ 2022-01-31 12:48 ethon-wang 阅读(30) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> using namespace std; int main(){ ios::sync_with_stdio(false); int a,b; cin>>a>>b; cout<<a+b; return 0; } 阅读全文
posted @ 2022-01-31 09:37 ethon-wang 阅读(23) 评论(0) 推荐(0) 编辑
摘要: ref ref code #include<iostream> #include<algorithm> using namespace std; const int N=10; int a[11]; int main(){ ios::sync_with_stdio(false); for(int i 阅读全文
posted @ 2022-01-30 15:04 ethon-wang 阅读(60) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> using namespace std; int n, m, time[10001], need[101], maxn; //num of tap,mumber of students int main() { ios::sync_with_stdio 阅读全文
posted @ 2022-01-30 11:55 ethon-wang 阅读(57) 评论(0) 推荐(0) 编辑
摘要: code #include<algorithm> #include<iostream> #include<cstdio> using namespace std; int gcd(int a,int b){ return b==0?a:gcd(b,a%b); } int main(){ ios::s 阅读全文
posted @ 2022-01-29 13:26 ethon-wang 阅读(36) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> #include<cstring> using namespace std; int b[40][40]; int main(){ int n,m; cin>>n>>m; b[0][0]=1;//initiali 阅读全文
posted @ 2022-01-28 12:25 ethon-wang 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页