Borderou de evaluare (job #1740779)
Utilizator | Data | 12 august 2016 12:20:28 | |
---|---|---|---|
Problema | Pic | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:6:33: error: ‘LLONG_MAX’ was not declared in this scope
long long left_l = 0, right_l = LLONG_MAX, cantities, drops_sol;
^
user.cpp:7:33: error: ‘LLONG_MAX’ was not declared in this scope
long long crt_drops, min_time = LLONG_MAX, total_drops;
^
user.cpp: In function ‘void seek_for_max_drops()’:
user.cpp:57:2: error: ‘total_drops’ was not declared in this scope
total_drops = left_l + (right_l - left_l) / 2;
^
user.cpp:59:19: error: ‘cantities’ was not declared in this scope
if(total_drops < cantities){
^
user.cpp:71:5: error: ‘drops_sol’ was not declared in this scope
drops_sol = total_drops;
^
user.cpp: In function ‘int main()’:
user.cpp:88:5: error: ‘cantities’ was not declared in this scope
cantities += matrix[i][j][0];
^
user.cpp:96:7: error: ‘drops_sol’ was not declared in this scope
g << drops_sol << " " << min_time;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !