Borderou de evaluare (job #2944118)
Utilizator | Data | 22 noiembrie 2022 01:27:26 | |
---|---|---|---|
Problema | Piezisa | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int Bigger(int, int)':
main.cpp:51:11: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
51 | return x<y;
| ~^~
main.cpp: In function 'int Smaller(int, int)':
main.cpp:70:11: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
70 | return x<y;
| ~^~
main.cpp: In function 'void QuickSort(int, int)':
main.cpp:124:19: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
124 | }while(Smaller(pivot,e));
| ~~~~~~~^~~~~~~~~
main.cpp:121:18: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
121 | }while(Bigger(b,pivot));
| ~~~~~~^~~~~~~~~
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !