Borderou de evaluare (job #1192287)
Utilizator | Data | 28 mai 2014 21:07:47 | |
---|---|---|---|
Problema | Litere2 | Status | done |
Runda | Infoarena Monthly 2014 - Runda 5 | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:15:1: error: ‘unordered_map’ does not name a type
unordered_map <int, vector <string> > M;
^
user.cpp: In function ‘int main()’:
user.cpp:28:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i<s.size(); i++) {
^
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] = temp;
^
user.cpp:44: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:46:8: error: ‘M’ was not declared in this scope
g<<M.size()<<"\n";
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !