Borderou de evaluare (job #2523478)

Utilizator ArdeleanOficialAlexandru ArdeleanOficial Data 14 ianuarie 2020 10:42:38
Problema Photo Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:13: error: variable 'std::ifstream fin' has initializer but incomplete type ifstream fin("photo.in"); ^ main.cpp:6:14: error: variable 'std::ofstream fout' has initializer but incomplete type ofstream fout("photo.out"); ^ main.cpp: In function 'int main()': main.cpp:32:36: error: 'sort' was not declared in this scope sort(points + 1, points + n + 1); ^ main.cpp:35:13: error: 'vector' was not declared in this scope vector < pair < int, int > > ordonati;///<inaltime, pozitie> ^~~~~~ main.cpp:35:40: error: expected primary-expression before '>' token vector < pair < int, int > > ordonati;///<inaltime, pozitie> ^ main.cpp:35:42: error: 'ordonati' was not declared in this scope vector < pair < int, int > > ordonati;///<inaltime, pozitie> ^~~~~~~~ main.cpp:41:21: error: 'dp' was not declared in this scope dp[l][r][h] = 1; ^~ main.cpp:45:13: error: expected primary-expression before '}' token } ^ Non zero exit status: 1

Ceva nu functioneaza?