|
万能头文件
#include <bits/stdc++.h>
using namespace std;
完整头文件
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <time.h>
#include <algorithm>
#include <iostream>
#include <queue>
#include <stack>
#include <vector>
#include <string>
using namespace std;
————————————————
|
|