05 2018 档案

摘要:1 #include<stdio.h> 2 #include<string.h> 3 #include<stdlib.h> 4 #include<graphics.h> 5 #include<conio.h> 6 #include<math.h> 7 #include<dos.h> 8 #defin 阅读全文
posted @ 2018-05-08 11:21 左手边五十米 阅读(209) 评论(0) 推荐(0)
摘要:Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group 阅读全文
posted @ 2018-05-03 19:12 左手边五十米 阅读(174) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 int init; 9 int read_mouse; 10 void cursor; 11 void newxy; 12 int main() 13 { 14 int buttons,x,y; 15 ch... 阅读全文
posted @ 2018-05-01 22:41 左手边五十米 阅读(222) 评论(0) 推荐(0)
摘要:Alice and Bob is playing a game. Each of them has a number. Alice’s number is A, and Bob’s number is B. Each turn, one player can do one of the follow 阅读全文
posted @ 2018-05-01 11:18 左手边五十米 阅读(189) 评论(0) 推荐(0)