摘要: 不止文本,文件比较也可进行,功能多样,是码农好帮手 阅读全文
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) 编辑