//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include #include #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE 管理のコンポーネント TLabel *label1; TLabel *Label2; TLabel *Label3; TEdit *Edit1; TEdit *Edit2; TLabel *Label4; TEdit *Edit3; TLabel *Label5; TEdit *Edit4; void __fastcall FormClick(TObject *Sender); private: // ユーザー宣言 void main(); void exec(); __int64 funcA(int N); __int64 funcA(int a,int b,int c); __int64 funcB(int N); __int64 funcB(int a,int b,int c,int d); __int64 fai(int n); __int64 fai2(int n); __int64 fai3(int n); __int64 fai4(int n); time_t t1,t2; FILE *fid; int result; __int64 A[60],B[60]; public: // ユーザー宣言 __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TForm1 *Form1; //--------------------------------------------------------------------------- #endif