Borderou de evaluare (job #2480018)
Utilizator | Data | 24 octombrie 2019 19:22:14 | |
---|---|---|---|
Problema | Easy Query | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In member function 'void SegTree::build(std::vector<long long int>&)':
main.cpp:66:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (start < v.size ()) start <<= 1;
~~~~~~^~~~~~~~~~~
main.cpp:68:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < v.size (); i++) {
~~^~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:94:5: error: 'fin' was not declared in this scope
fin >> n >> m;
^~~
main.cpp:112:9: error: 'fout' was not declared in this scope
fout << sum << '\n';
^~~~
main.cpp:105:18: warning: unused variable 'mn' [-Wunused-variable]
ll l, r, mn = INF, mx = -INF;
^~
main.cpp:105:28: warning: unused variable 'mx' [-Wunused-variable]
ll l, r, mn = INF, mx = -INF;
^~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !