摘要:
138. Games of Chesstime limit per test: 0.25 sec.memory limit per test: 4096 KBNfriends gathered in order to play chess, according to the following ru... 阅读全文
摘要:
;实验报告内容,输入一个字符串,去掉数字,输出ASSUME DS:DATA,CS,CDOE,SS,STACKDATA SEGMENT MAXLEN DB 15 INPUTLEN DB 0 STR1 DB 15 DUP(0) STR2 DB 15 DUP(0)DATA ENDS... 阅读全文
摘要:
137. Funny Stringstime limit per test: 0.25 sec.memory limit per test: 4096 KBLet's consider a string of non-negative integers, containingNelements. S... 阅读全文