- 博客(3)
- 收藏
- 关注
原创 九九乘法表
#include "stdio.h" int main(){ int i,j,k; for(k=1; k { printf("%4d",k); } printf("/n"); for(k=1; k { printf(" %c",_); }
2008-10-26 15:07:00 217
原创 一个数(3000内)等于两个素数之和
#include "stdafx.h" #include "iostream" using namespace std;unsigned int a[500]; // 用于存放前500个素数 unsigned int f(unsigned int x); bool is(unsigned int x);void init() // 初始化数
2008-10-26 14:49:00 512
原创 继承的执行顺序
#include "iostream.h" class first{public: first(void) { cout "*******************************" cout "first 构造" cout "*******************************"
2008-10-07 15:34:00 375
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人