示例#1
0
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;
}