摘要:
;比较low的钢琴ASSUME CS:CODE,DS:DATA,SS:STACKDATA SEGMENT ;设置键盘区位 ;中音区 A: 7 S: 8 D: 9 F:10 J:11 K:12 L:13 ;高音区 Q:14 W:15 E:16 R:17 U:18 I:19... 阅读全文
摘要:
142. Keywordtime limit per test: 0.5 sec.memory limit per test: 16384 KBKevin has invented a new algorithm to crypt and decrypt messages, which he thi... 阅读全文
摘要:
140. Integer Sequencestime limit per test: 0.25 sec.memory limit per test: 4096 KBA sequenceAis called aninteger sequenceof lengthNif all its elements... 阅读全文
摘要:
139. Help Needed!time limit per test: 0.25 sec.memory limit per test: 4096 KBLittle Johnny likes puzzles a lot! Just a few days ago, he found out abou... 阅读全文
摘要:
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... 阅读全文
摘要:
136. Erasing Edgestime limit per test: 0.25 sec.memory limit per test: 4096 KBLittle Johnny painted on a sheet of paper a polygon withNvertices. Then,... 阅读全文
摘要:
135. Drawing Linestime limit per test: 0.25 sec.memory limit per test: 4096 KBLittle Johnny likes to draw a lot. A few days ago he painted lots of str... 阅读全文
摘要:
如果是jdk原因1、电脑环境变量配置如下:我的电脑(右键)→ 属性→ 高级→ 环境变量→ (系统变量)新建→变量名:JAVA_HOME变量值(java安装的目录):C:\ProgramFiles\Java\jdk1.6.0_03在classpath添加:;.;%JAVA_HOME%\lib;%JAV... 阅读全文