Borderou de evaluare (job #2959052)
Utilizator | Data | 29 decembrie 2022 18:22:12 | |
---|---|---|---|
Problema | Cuplaj maxim in graf bipartit | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int bfs()':
main.cpp:22:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
22 | for(int i=0; i<adj[top].size(); i++)
| ~^~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:62:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
62 | for(i=0; i<adj[last_node].size(); i++)
| ~^~~~~~~~~~~~~~~~~~~~~~
./cc3pPAci.o: in function `__tcf_0':
main.cpp:(.text+0x5): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in ./cc3pPAci.o
./cc3pPAci.o: in function `bfs()':
main.cpp:(.text+0xb9): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text+0x1f2): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text+0x222): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in ./cc3pPAci.o
./cc3pPAci.o: in function `main':
main.cpp:(.text.startup+0x5): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text.startup+0xc): relocation truncated to fit: R_X86_64_PC32 against symbol `f' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text.startup+0x19): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text.startup+0x21): relocation truncated to fit: R_X86_64_PC32 against symbol `i' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text.startup+0x39): relocation truncated to fit: R_X86_64_PC32 against symbol `m' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text.startup+0x56): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in ./cc3pPAci.o
main.cpp:(.text.startup+0x5c): additional relocation overflows omitted from the output
/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 !