highway.cpp: In function 'int isOnLine(int, int, int)':
highway.cpp:89:7: warning: unused variable 'i' [-Wunused-variable]
int i;
^
highway.cpp: In function 'void Answer(int, int, int, int)':
highway.cpp:128:7: warning: unused variable 'n' [-Wunused-variable]
int n = GetN();
^
office.c: In function 'int isOnLine(int, int, int)':
office.c:85:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(0, "Protocol error");
^
office.c:88:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(0, "Protocol error");
^
office.c:92:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(false, "Too many questions");
^
office.c:83:7: warning: unused variable 'i' [-Wunused-variable]
int i;
^
office.c: In function 'void Answer(int, int, int, int)':
office.c:123:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(0, "Protocol error");
^
office.c:128:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if( (-_Apa[na1]==_N-3) && (na2!=na1) && (nb2!=na1) ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
office.c:130:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(true, "Correct");
^
office.c:132:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(false, "Wrong answer");
^
office.c:134:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if( (-_Apa[na2]==_N-3) && (na1!=na2) && (nb1!=na2) ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
office.c:136:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(true, "Correct");
^
office.c:138:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(false, "Wrong answer");
^
office.c:140:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(false, "Wrong answer");
^
office.c:142:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
_Fin(true, "Correct");
^
office.c:120:27: warning: unused variable 'pont' [-Wunused-variable]
int na1, nb1, na2, nb2, pont;
^~~~
office.c: In function 'void _doInit()':
office.c:33:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &_N);
~~~~~^~~~~~~~~~~
/tmp/ccO5ax5H.o:(.bss+0x0): multiple definition of `_Apa'
/tmp/cckLNvbc.o:(.bss+0x540): first defined here
/tmp/ccO5ax5H.o:(.bss+0x61a90): multiple definition of `_Qnum'
/tmp/cckLNvbc.o:(.bss+0x61fd0): first defined here
/tmp/ccO5ax5H.o:(.bss+0x61a84): multiple definition of `_maxQ4'
/tmp/cckLNvbc.o:(.bss+0x61fc4): first defined here
/tmp/ccO5ax5H.o:(.bss+0x61a88): multiple definition of `_maxQ2'
/tmp/cckLNvbc.o:(.bss+0x61fc8): first defined here
/tmp/ccO5ax5H.o: In function `_doInit()':
office.c:(.text+0xb0): multiple definition of `_doInit()'
/tmp/cckLNvbc.o:highway.cpp:(.text+0xc0): first defined here
/tmp/ccO5ax5H.o:(.bss+0x61a94): multiple definition of `_N'
/tmp/cckLNvbc.o:(.bss+0x61fd4): first defined here
/tmp/ccO5ax5H.o:(.bss+0x61a8c): multiple definition of `_maxQ1'
/tmp/cckLNvbc.o:(.bss+0x61fcc): first defined here
/tmp/ccO5ax5H.o: In function `GetN()':
office.c:(.text+0x130): multiple definition of `GetN()'
/tmp/cckLNvbc.o:highway.cpp:(.text+0x140): first defined here
/tmp/ccO5ax5H.o:(.data+0x4): multiple definition of `_Init'
/tmp/cckLNvbc.o:(.data+0x4): first defined here
/usr/bin/ld: Warning: size of symbol `_Init' changed from 1 in /tmp/cckLNvbc.o to 4 in /tmp/ccO5ax5H.o
/tmp/ccO5ax5H.o: In function `_Find(int)':
office.c:(.text+0x170): multiple definition of `_Find(int)'
/tmp/cckLNvbc.o:highway.cpp:(.text+0x170): first defined here
/tmp/ccO5ax5H.o: In function `_Unio(int, int)':
office.c:(.text+0x1b0): multiple definition of `_Unio(int, int)'
/tmp/cckLNvbc.o:highway.cpp:(.text+0x1b0): first defined here
/tmp/ccO5ax5H.o: In function `isOnLine(int, int, int)':
office.c:(.text+0x1d0): multiple definition of `isOnLine(int, int, int)'
/tmp/cckLNvbc.o:highway.cpp:(.text+0x350): first defined here
/tmp/ccO5ax5H.o: In function `Answer(int, int, int, int)':
office.c:(.text+0x3c0): multiple definition of `Answer(int, int, int, int)'
/tmp/cckLNvbc.o:highway.cpp:(.text+0x7d0): first defined here
/tmp/ccO5ax5H.o:(.data+0x0): multiple definition of `_digi'
/tmp/cckLNvbc.o:(.data+0x0): first defined here
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status