Borderou de evaluare (job #2099467)
Utilizator | Data | 4 ianuarie 2018 14:11:18 | |
---|---|---|---|
Problema | Progr2 | Status | done |
Runda | Arhiva ICPC | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:9:1: error: ‘unordered_map’ does not name a type
unordered_map<int,int> mp;
^
user.cpp: In function ‘int main()’:
user.cpp:20:25: error: ‘mp’ was not declared in this scope
mp[v[i]] = i;
^
user.cpp:27:45: error: ‘mp’ was not declared in this scope
dp[i][j] = (mp.count(third) && mp[third] < j ? dp[j][mp[third]] + 1 : 1);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !