質因數分解(C++). 用Code::Block寫的,本來想用VC寫,可惜不會。 //damody # include int main() { unsigned long long a; long b = 1,d; char e; bool f; ...
damody.pixnet.net