Dear there, in my .cpp file, the compiler complains there is a syntax error for the last line? what's the error? thanks.
Code:#include <iostream> #include <iomanip> #include <sstream> #include <fstream> #include <string> #include <vector> #include <deque> #include <cassert> #include <cstddef> #include "commonio.hpp" #include <map> #define P(x) cout << #x << " : " << x << endl; using namespace std; typedef map<string, time_t> Prodrange; Prodrange pstart, pend; pstart["AUD_CAD"]=1191171604;