摘要:
#include <iostream>#include <cstdio>#include <cstring>#include <vector>using namespace std;int ce(string str){ int count = 0; for (int i = 0; i < str. 阅读全文
摘要:
5.1小写变大写 DATA SEGMENTMEG DB 'Please enter a lowercase letter:$'DATA ENDSCODE SEGMENT ASSUME CS:CODE,DS:DATASTART:MOV AX,DATAMOV DS,AXMOV AH,9MOV DX,OF 阅读全文