📄 example1-3.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>例1-3</title>
</head>
<body>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"><font size="2">#include <iostream.h><br>
void main( )<br>
{<br>
int number=1234;<br>
cout <<"Decimal:"<<dec<<number<<endl<br>
<<"Hexadecimal:"<<hex<<number<<" "<<number*number<<endl<br>
<<"Octal:"<<oct<<number<<" "<<number*number<<endl;<br>
}</font></p>
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0"> </p>
<p ALIGN="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"><font FACE="??ì?,SimSun" LANG="ZH-CN" size="2">程序输出结果是:</font></p>
<p ALIGN="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"><font size="2">Decimal:1234</font></p>
<p ALIGN="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"><font size="2">Hexadecimal:4d2
173c44</font></p>
<p ALIGN="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"><font size="2">Octal:2322
5636104</font></p>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -