2007-06-18 06:10:06 +02:00
|
|
|
// "a type" "needed cpp_includes"
|
|
|
|
|
"vector" "#include <vector>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-06-18 06:10:06 +02:00
|
|
|
using namespace std;"
|
|
|
|
|
|
|
|
|
|
"list" "#include <list>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-06-18 06:10:06 +02:00
|
|
|
using namespace std;"
|
|
|
|
|
|
|
|
|
|
"map" "#include <map>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-06-18 06:10:06 +02:00
|
|
|
using namespace std;"
|
|
|
|
|
|
|
|
|
|
"string" "#include <string>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-06-18 06:10:06 +02:00
|
|
|
using namespace std;"
|
|
|
|
|
|