Borderou de evaluare (job #2852164)

Utilizator stefR2020StefanRadulescu stefR2020 Data 19 februarie 2022 11:44:18
Problema Drum8 Status done
Runda Algoritmiada 2022 - Runda 2 Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void print()': main.cpp:12:17: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 12 | for(int i=1;i<=2*n-1;i++) | ~^~~~~~~ main.cpp: In function 'void solution()': main.cpp:21:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 21 | for(int i=1;i<=2*n-1;i++) | ~^~~~~~~ main.cpp: In function 'void dfs(int, int, int, int)': main.cpp:29:11: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 29 | if(row==n&&col==n) | ~~~^~~ main.cpp:29:19: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 29 | if(row==n&&col==n) | ~~~^~~ main.cpp:33:15: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 33 | if(sum>maxs) | ~~~^~~~~ main.cpp:40:16: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 40 | else if(row>n||col>n) | ~~~^~ main.cpp:40:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 40 | else if(row>n||col>n) | ~~~^~ main.cpp: In function 'int main()': main.cpp:56:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 56 | for(int i=1;i<=n;i++) | ~^~~ main.cpp:58:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 58 | for(int i=1;i<=n;i++) | ~^~~ main.cpp:60:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 60 | for(int i=1;i<=n;i++) | ~^~~ main.cpp:62:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 62 | for(int j=1;j<=n;j++) | ~^~~ /usr/lib/gcc/x86_64-linux-gnu/10/libstdc++.a(ios.o): in function `std::ios_base::xalloc()': (.text._ZNSt8ios_base6xallocEv+0xc): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZZNSt8ios_base6xallocEvE6_S_top' (.text._ZNSt8ios_base6xallocEv+0x18): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZZNSt8ios_base6xallocEvE6_S_top' (.text._ZNSt8ios_base6xallocEv+0x29): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZZNSt8ios_base6xallocEvE6_S_top' /usr/lib/gcc/x86_64-linux-gnu/10/libstdc++.a(eh_alloc.o): in function `(anonymous namespace)::pool::free(void*) [clone .constprop.0]': (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.0+0x18): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZN12_GLOBAL__N_114emergency_poolE' (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.0+0x2c): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZN12_GLOBAL__N_114emergency_poolE' (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.0+0x53): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZN12_GLOBAL__N_114emergency_poolE' (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.0+0xb7): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZN12_GLOBAL__N_114emergency_poolE' (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.0+0xc3): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZN12_GLOBAL__N_114emergency_poolE' (.text._ZN12_GLOBAL__N_14pool4freeEPv.constprop.0+0x116): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZN12_GLOBAL__N_114emergency_poolE' /usr/lib/gcc/x86_64-linux-gnu/10/libstdc++.a(eh_alloc.o): in function `(anonymous namespace)::pool::allocate(unsigned long) [clone .constprop.0]': (.text._ZN12_GLOBAL__N_14pool8allocateEm.constprop.0+0x19): relocation truncated to fit: R_X86_64_PC32 against `.bss._ZN12_GLOBAL__N_114emergency_poolE' Non zero exit status: 1

Ceva nu functioneaza?