Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

cc

Posted by azma at 2009-04-27 13:50:11 on Problem 1000
.model small
.stack 64h
.data
str1 db "input : ","$"
str2 db 13,10,"output : ", "$"
.code
main proc far
mov ax,@data
mov ds,ax
mov ah,9
lea dx,str1
int 21h
mov ah,1
int 21h
mov cl,al
mov ax,9
lea dx,str2
int 21h
mov dl,cl
inc dl
mov ah,2
int 21h
mov ax,4c00h
int 21h
main endp
end main

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator