Files
java-homework/test/html.html
T
2025-05-03 18:13:17 +08:00

13 lines
665 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<p>
<font face="仿宋">
比较两个相同进制(2进制~16进制)的数值大小。从键盘上输入两个正确(数码符合当前进制)的相同进制的数值字符串(不带正负号,可以有小数点),比较大小,输出“大于”、“小于”或者“等于”。注意:设计的算法与具体的进制无关。
</font>
</p>
<p><br /></p>
<p>输入说明:在两行分别输入一个数值字符串</p>
<p><br /></p>
<p>输出说明:比较结果</p>
<p><br /></p>
<p>输入样例1123 <br /> 1234<br />输入样例212345<br /> abcd</p>
<p><br /></p>
<p>输出样例1:小于<br />输出样例2:大于</p>