Include for easy search and include for search
# Include <assert. h> // set the insertion point
# Include <ctype. h> // Character Processing
# Include <errno. h> // defines error codes.
# Include <float. h> // floating point number processing
# Include <fstream. h> // file input/output
# Include <iomanip. h> // parameterized input/output
# Include <iostream. h> // Data Stream Input/Output
# Include <limits. h> // defines the maximum constants of various data types.
# Include <locale. h> // defines the localization function
# Include <math. h> // defines mathematical functions.
# Include <stdio. h> // define Input/Output Functions
# Include <stdlib. h> // defines miscellaneous functions and memory allocation functions # include <string. h> // string processing
# Include <strstrea. h> // array-based input/output
# Include <time. h> // defines the time function # include <wchar. h> // wide character processing and input/output
# Include <wctype. h> // wide character classification ///////////////////////////////// //////////////////////////////////////// /Standard C ++ (not commented out above)
# Include <algorithm> // General STL algorithm
# Include <bitset> // STL bit set container
# Include <cctype> # include <cerrno>
# Include <clocale>
# Include <cmath>
# Include <complex> // plural class # include <cstdio> # include <cstdlib>
# Include <cstring> # include <ctime>
# Include <deque> // STL double-end queue container
# Include <exception> // exception handling class
# Include <fstream>
# Include <functional> // STL defines operation functions (instead of operators)
# Include <limits> # include <list> // STL linear list container # include <map> // STL ing container
# Include <iomanip> # include <ios> // Basic Input/Output support # include <iosfwd> // pre-declaration used by the input/output system
# Include <iostream>
# Include <istream> // basic input stream
# Include <ostream> // Basic output stream
# Include <queue> // STL queue container
# Include <set> // STL collection container # include <sstream> // string-based stream
# Include <stack> // STL stack container
# Include <stdexcept> // standard exception class
# Include <streambuf> // underlying input/output support
# Include <string> // string class
# Include <utility> // STL common template class
# Include <vector> // STL dynamic array container
# Include <cwchar>
# Include <cwctype> using namespace std; //////////////////////////////////////// //// // C99
# Include <complex. h> // plural Processing
# Include <fenv. h> // floating point Environment
# Include <inttypes. h> // integer format conversion
# Include <stdbool. h> // Boolean Environment
# Include <stdint. h> // integer environment
# Include <tgmath. h> // general mathematical macros