コード例 #1
0
ファイル: main.cpp プロジェクト: LakersAllTheWay/02_Cpp
int main(){
  testPrime();
  testDefix();
  testSumSlice();
  testListPrimes();

  return 0;
}
コード例 #2
0
ファイル: main.cpp プロジェクト: richarkc/02_Cpp
int main(){
testPrime();
testDefix();
testSumSlice();
testListPrimes();
square(10);
  system("pause");
  
   return 0;
}