0_0_36591685_13977.cpp:14:1: error: missing terminating " character
t["basicmap"] = "10;
^
0_0_36591685_13977.cpp:18:1: error: stray '\22' in program
printf("%s %d\n", i">first.c_str(), i">second);
^
0_0_36591685_13977.cpp: In function 'int main()':
0_0_36591685_13977.cpp:14:15: error: void value not ignored as it ought to be
t["basicmap"] = "10;
^
0_0_36591685_13977.cpp:18:20: error: expected ')' before string constant
printf("%s %d\n", i">first.c_str(), i">second);
^
|