[Algorithm] c ++ header files

**

1.#include <bits/stdc++.h>

**
contains all the header files

format:

#include<bits/stdc++.h>
using namespace std;

int main(){
    
    return 0;
}
Released six original articles · won praise 4 · Views 2210

Guess you like

Origin blog.csdn.net/weixin_42128001/article/details/103948306