谁帮我做个编程题

[复制链接]
查看11 | 回复3 | 2009-2-22 21:25:47 | 显示全部楼层 |阅读模式
编程题
编写完整程序,在屏幕上输出如下结果
hello,this is an example

回复

使用道具 举报

千问 | 2009-2-22 21:25:47 | 显示全部楼层
#includevoid main(){printf("hello,this is an example");}...
回复

使用道具 举报

千问 | 2009-2-22 21:25:47 | 显示全部楼层
偶是Pascal的,程序如下program exbeginwriteln('hello,this is example');end....
回复

使用道具 举报

千问 | 2009-2-22 21:25:47 | 显示全部楼层
.model small.stack.data HINT db "hello,this is an example",'$'.code.startup mov ah, 9mov dx, offset HINT int 21h.exitend...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行