forked from mkubis/dapo
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
|
// "a type" "needed cpp_includes"
|
||
|
"vector" "#include <vector>
|
||
|
using namespace std;"
|
||
|
|
||
|
"list" "#include <list>
|
||
|
using namespace std;"
|
||
|
|
||
|
"map" "#include <map>
|
||
|
using namespace std;"
|
||
|
|
||
|
"string" "#include <string>
|
||
|
using namespace std;"
|
||
|
|