摘要:
This time, you are supposed to find A+B where A and B are two polynomials. Input Each input file contains one test case. Each case occupies 2 lines, a 阅读全文
摘要:
做题真的是各种粗心,各种情况考虑不到,一个很简单的题一遍一遍的测试才找到各种错误..真是的.. 可能以后做题还是要先构思好再来写.. Calculate a + b and output the sum in standard format -- that is, the digits must b 阅读全文
摘要:
Peter studies the theory of relational databases. Table in the relational database consists of values that are arranged in rows and columns. There are 阅读全文
摘要:
就是准备跟着W3C上的教程过一遍HTML啦,边看边记录更便于理解记忆吧~ 1、属性 HTML 标签可以拥有属性。属性提供了有关 HTML 元素的更多的信息。属性总是以名称/值对的形式出现,比如:name="value"。 属性总是在 HTML 元素的开始标签中规定。 属性例子 1: <h1> 定义标 阅读全文