Borderou de evaluare (job #2402306)

Utilizator llalexandruLungu Alexandru Ioan llalexandru Data 10 aprilie 2019 16:30:25
Problema Avioane2 Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:1:1: error: 'include' does not name a type include <bits/stdc++.h> ^~~~~~~ main.cpp:15:5: error: 'size_t' does not name a type size_t operator()(const pair<T1, T2>& p) const ^~~~~~ main.cpp:23:1: error: 'set' does not name a type set<pair<ll, pair<ll, ll> > > S; ^~~ main.cpp:24:1: error: 'unordered_map' does not name a type unordered_map<pair<ll, ll>, ll, hash_pair> D; ^~~~~~~~~~~~~ main.cpp:25:1: error: 'unordered_map' does not name a type unordered_map<pair<ll, ll>, vector<pair<ll, pair<ll, ll> > >, hash_pair > M; ^~~~~~~~~~~~~ main.cpp: In function 'void DJ()': main.cpp:29:5: error: 'D' was not declared in this scope D[{1, 0}] = 0; ^ main.cpp:30:5: error: 'S' was not declared in this scope S.insert({0, {1, 0}}); ^ main.cpp:37:23: error: 'M' was not declared in this scope for (auto i : M[{nod, timp}]) ^ main.cpp:40:13: error: 'pair' was not declared in this scope pair<ll, ll> vecin = i.second; ^~~~ main.cpp:40:20: error: expected primary-expression before ',' token pair<ll, ll> vecin = i.second; ^ main.cpp:40:24: error: expected primary-expression before '>' token pair<ll, ll> vecin = i.second; ^ main.cpp:40:26: error: 'vecin' was not declared in this scope pair<ll, ll> vecin = i.second; ^~~~~ main.cpp: At global scope: main.cpp:53:1: error: 'vector' does not name a type vector<ll> T[30005]; ^~~~~~ main.cpp: In function 'int main()': main.cpp:57:5: error: 'ios_base' has not been declared ios_base::sync_with_stdio(false); ^~~~~~~~ main.cpp:58:33: error: 'stdin' was not declared in this scope freopen("avioane2.in", "r", stdin); ^~~~~ main.cpp:58:38: error: 'freopen' was not declared in this scope freopen("avioane2.in", "r", stdin); Non zero exit status: 1

Ceva nu functioneaza?