選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
97 B

  1. #ifndef TOF_H
  2. #define TOF_H
  3. #include <iostream>
  4. using namespace std;
  5. bool tof(string a);
  6. #endif