cipele.cpp: In function 'int main()':
cipele.cpp:39:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d",&n,&m);
~~~~~^~~~~~~~~~~~~~~
cipele.cpp:43:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&dizi1[i]);
~~~~~^~~~~~~~~~~~~~~~
cipele.cpp:46:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&dizi2[i]);
~~~~~^~~~~~~~~~~~~~~~
cipele.cpp:58:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&dizi1[i]);
~~~~~^~~~~~~~~~~~~~~~
cipele.cpp:61:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&dizi2[i]);
~~~~~^~~~~~~~~~~~~~~~
cipele.cpp:70:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&dizi2[i]);
~~~~~^~~~~~~~~~~~~~~~
cipele.cpp:73:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&dizi1[i]);
~~~~~^~~~~~~~~~~~~~~~
/tmp/cc3VbYKs.o: In function `dpf(int, int)':
cipele.cpp:(.text+0x10): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text+0x16): relocation truncated to fit: R_X86_64_PC32 against symbol `m' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text+0x7e): relocation truncated to fit: R_X86_64_32S against symbol `dizi1' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text+0x86): relocation truncated to fit: R_X86_64_32S against symbol `dizi2' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text+0x96): relocation truncated to fit: R_X86_64_32S against symbol `dizi2' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text+0xf2): relocation truncated to fit: R_X86_64_32S against symbol `dizi1' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text+0xfa): relocation truncated to fit: R_X86_64_32S against symbol `dizi2' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text+0x118): relocation truncated to fit: R_X86_64_PC32 against symbol `m' defined in .bss section in /tmp/cc3VbYKs.o
/tmp/cc3VbYKs.o: In function `main':
cipele.cpp:(.text.startup+0x44): relocation truncated to fit: R_X86_64_32 against symbol `m' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text.startup+0x4b): relocation truncated to fit: R_X86_64_32 against symbol `n' defined in .bss section in /tmp/cc3VbYKs.o
cipele.cpp:(.text.startup+0x5c): additional relocation overflows omitted from the output
collect2: error: ld returned 1 exit status