linux 编译c++11 多线程
#include<iostream>#include<string.h>#include<thread>using namespace std;int Max(int a,int b){ return a>b?a:b;};struct TMyStruct{ int age; string name; int sex;};bool SumPrime(int a){ for(int i=2;i