Borderou de evaluare (job #2622848)
Utilizator | Data | 1 iunie 2020 22:49:44 | |
---|---|---|---|
Problema | Secventa | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:15:11: error: 'INT_MIN' was not declared in this scope
int ans = INT_MIN, pos_L, pos_R;
^~~~~~~
main.cpp: In function 'void Solve()':
main.cpp:65:15: error: 'INT_MIN' was not declared in this scope
int ans = INT_MIN;
^~~~~~~
main.cpp:78:17: error: 'pos_L' was not declared in this scope
pos_L = l, pos_R = r;
^~~~~
main.cpp:78:28: error: 'pos_R' was not declared in this scope
pos_L = l, pos_R = r;
^~~~~
main.cpp:85:20: error: 'pos_L' was not declared in this scope
if(pos_L < l || (pos_L == l && pos_R > r))
^~~~~
main.cpp:85:48: error: 'pos_R' was not declared in this scope
if(pos_L < l || (pos_L == l && pos_R > r))
^~~~~
main.cpp:91:10: error: 'pos_L' was not declared in this scope
g << pos_L << ' ' << pos_R << ' ' << ans << '\n';
^~~~~
main.cpp:91:26: error: 'pos_R' was not declared in this scope
g << pos_L << ' ' << pos_R << ' ' << ans << '\n';
^~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !