Yurttas/PL/OOL/Cplusplus/F/07/03/02/01/00/common.h

Revision as of 00:09, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// common.h #include <cctype> #include <string> #include <vector> #include <map> using namespace std; </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 1// common.h
 2
 3
 4#include <cctype>
 5
 6#include <string>
 7#include <vector>
 8#include <map>
 9
10using namespace std;