摘要:
做一个大整数类——要可以很大很大——还能加减乘除的那种: class BigInt { public: BigInt(位长,初始值); BigInt_Add() …… …… } 以后就能方便了啊…… 阅读全文
摘要:
不知SNOJ的哪个负责同志对F1的记分制有某种说不清的感情的缘故——SNOJ的记分方式简直就是 ——先看这个—— ... 阅读全文
摘要:
//By BodeSmile //Start at : 2005-2-16 21:00 //Algorithm : 梅森合数(Mersenne Composite Numbers) //note : //关键字:梅森素数 完美数 //相关资料:魅力无穷的梅森素数.doc //完美数 & 梅森素数.doc #include #include using namespa... 阅读全文
摘要:
//By BodeSmile //Start at : 2005-2-15 21:50 //Algorithm : //note : #include using namespace std; class Base_12; class Base_16 { public: Base_16(int a,int b,int c,int d) { num[0]=d; n... 阅读全文