65,208
社区成员
发帖
与我相关
我的任务
分享
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <map>
#include <set>
#include "StdAfx.h"
using namespace std;
int main ()
{
set<int> first; // empty set of ints
return 0;
}