- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 UVA——1588
问题描述: 解决方案: #include #include #include int getLength(char*top,char*bottom) { int len1 = 205,len2 = 205; int b_index = 0; int p; while(bottom[b_index]) { p = 0;
2018-01-29 00:46:44
329
原创 UVA——1587
问题描述: 解决方案: #include #include bool isSame(int edge[6][2]) { int a,b; int same = 0; for(int i = 0; i < 2; i++) for(int j = 0; j < 2; j++){ if(edge[0][i] == edge[
2018-01-25 01:30:47
311
原创 UVA——10340
问题描述: You have devised a new encryption technique which encodes a message by inserting between its charac- ters randomly generated strings in a clever way. Because of pending patent issues we will n
2018-01-22 02:27:35
295
原创 UVA—202
问题描述: The decimal expansion of the fraction 1/33 is 0.03, where the 03 is used to indicate that the cycle 03 repeats indefinitely with no intervening digits. In fact, the decimal expansion of every
2018-01-21 02:11:23
216
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人