Borderou de evaluare (job #2238683)
Utilizator | Data | 7 septembrie 2018 01:07:54 | |
---|---|---|---|
Problema | Scara 2 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void calc(const int&, const int&, int, int, int, int, const int&, const int&, const int&)’:
user.cpp:23:64: error: ‘fabs’ was not declared in this scope
if (dp[num].effort > t + EPS || fabs(dp[num].effort - t) < EPS && dp[num].combo > -sub)
^
user.cpp: In function ‘int main()’:
user.cpp:72:83: error: ‘fabs’ was not declared in this scope
if ((best_effort > dp[i].effort + EPS) || (fabs(best_effort - dp[i].effort) > EPS && memcmp(answer, actual, answerCount) > 0)) {
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !