📄 facvec.h
字号:
#ifndef NTL_FacVec__H#define NTL_FacVec__H#include <NTL/vector.h>NTL_OPEN_NNSstruct IntFactor { IntFactor() { } ~IntFactor() { } long q; long a; long val; long link;};NTL_vector_decl(IntFactor,vec_IntFactor)typedef vec_IntFactor FacVec;void FactorInt(FacVec& fvec, long n);NTL_CLOSE_NNS#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -