Borderou de evaluare (job #1192301)

Utilizator h2g2Ford Prefect h2g2 Data 28 mai 2014 21:11:29
Problema Litere2 Status done
Runda Infoarena Monthly 2014 - Runda 5 Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:8:17: error: ‘tr1’ is not a namespace-name using namespace tr1; ^ user.cpp:8:20: error: expected namespace-name before ‘;’ token using namespace tr1; ^ user.cpp:14:1: error: ‘unordered_map’ does not name a type unordered_map <int, vector <string> > M; ^ user.cpp: In function ‘int main()’: user.cpp:27:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<s.size(); i++) { ^ user.cpp:42:40: error: ‘M’ was not declared in this scope for(int i=0; i<int(v.size()); i++) M[v[i].first] = temp; ^ user.cpp:43:40: error: ‘M’ was not declared in this scope for(int i=0; i<int(v.size()); i++) M[v[i].first].push_back(v[i].second); ^ user.cpp:45:8: error: ‘M’ was not declared in this scope g<<M.size()<<"\n"; ^

Ceva nu functioneaza?