08 2020 档案

摘要:题目链接 题解 #include<iostream> using namespace std; int main(){ int T; scanf("%d",&T); while(T--){ string a,b; cin>>a>>b; int al=a.size(); int bl=b.size() 阅读全文
posted @ 2020-08-29 09:31 ice--cream 编辑
摘要:题目链接 题解 #include<iostream> #include<cstring> #include<cstdio> using namespace std; int map[100005]; int book[100005]; #define inf 0x3f3f3f3f int main( 阅读全文
posted @ 2020-08-25 10:46 ice--cream 编辑
摘要:题目链接 题解 #include<iostream> #include<cstring> #include<cstdio> #include<vector> using namespace std; int map[100005]; vector<int> q; int main(){ int T; 阅读全文
posted @ 2020-08-25 09:33 ice--cream 编辑
摘要:题目链接:https://ac.nowcoder.com/acm/contest/6840/B 来源:牛客网 题目描述 输入一组数据,包含M个整数(3 ⇐ M ⇐ 20),它们只能进行加法或者减法操作,你判断前M-1个数进行加或减操作后,结果是否可以等于第M个数,若没有方法可以得到第M个数,则只输出 阅读全文
posted @ 2020-08-24 11:23 ice--cream 编辑
摘要:题目链接 Problem Description You are given two 10-based integers b and x, and you are required to determine the following proposition is true or false: Fo 阅读全文
posted @ 2020-08-07 19:34 ice--cream 编辑
摘要:链接:https://ac.nowcoder.com/acm/contest/6928/A 来源:牛客网 题目描述 Rinne 喜欢使用一种奇怪的方法背单词,现在这些单词被放在了一个n×m的格子里。由于背单词是一个令人烦躁的事情,所以她决定每天只背同一行或者同一列的单词。她一共会 阅读全文
posted @ 2020-08-06 19:11 ice--cream 编辑
摘要:Problem Description Generate three integers a,b,and c in[1,n] with equal probability independently and use them as the three right-angle side length o 阅读全文
posted @ 2020-08-05 20:30 ice--cream 编辑
摘要:2.4 数据传输方式 在进行数据传输时,有并行传输和串行传输两种方式 2.4.1 并行传输 并行传输是指二进制的数据流以成组的方式,在多个并行信道上同时传输的方式。 如图2-7所示,计算机的并行端口常用于连接打印机,一个字符分为8位,每次并行传输8比特信号。并行传输的速率高,但传输路线和设备都需要增 阅读全文
posted @ 2020-08-05 12:28 ice--cream 编辑

点击右上角即可分享
微信分享提示