摘要:
Virtual是C++ OO机制中很重要的一个关键字。只要是学过C++的人都知道在类Base中加了Virtual关键字的函数就是虚拟函数(例如函数print),于是在Base的派生类Derived中就可以通过重写虚拟函数来实现对基类虚拟函数的覆盖。当基类Base的指针point指向派生类Derive 阅读全文
posted @ 2016-05-02 19:32
UniqueColor
阅读(295)
评论(0)
推荐(0)
摘要:
Problem Description ztr loves lucky numbers. Everybody knows that positive integers are lucky if their decimal representation doesn't contain digits o 阅读全文
posted @ 2016-05-02 19:20
UniqueColor
阅读(451)
评论(0)
推荐(0)
摘要:
Problem Description ztr loves research Math.One day,He thought about the "Lower Edition" of triangle equation set.Such as n=x2−y2. He wanted to know t 阅读全文
posted @ 2016-05-02 18:05
UniqueColor
阅读(176)
评论(0)
推荐(0)