highway.cpp: In function 'int main()':
highway.cpp:28:6: error: 'getN' was not declared in this scope
n = getN();
^~~~
highway.cpp:28:6: note: suggested alternative: 'getw'
n = getN();
^~~~
getw
highway.cpp:31:8: error: 'isOneLine' was not declared in this scope
v[isOneLine(a, b, b + 1)].push_back(b);
^~~~~~~~~
highway.cpp:36:20: error: 'isOnLine' was not declared in this scope
c = v[0][0] + isOnLine(a, b, v[0][0]);
^~~~~~~~
highway.cpp:36:20: note: suggested alternative: 'iswprint'
c = v[0][0] + isOnLine(a, b, v[0][0]);
^~~~~~~~
iswprint
highway.cpp:43:36: error: 'isOnLine' was not declared in this scope
if(works(a, b, e)) t = isOnLine(a, b, e)
^~~~~~~~
highway.cpp:43:36: note: suggested alternative: 'iswprint'
if(works(a, b, e)) t = isOnLine(a, b, e)
^~~~~~~~
iswprint
highway.cpp:48:30: error: 'isOnLine' was not declared in this scope
if(works(a, b, c) && isOnLine(a, b, c)) swap(c, d), t = 1;
^~~~~~~~
highway.cpp:48:30: note: suggested alternative: 'iswprint'
if(works(a, b, c) && isOnLine(a, b, c)) swap(c, d), t = 1;
^~~~~~~~
iswprint
highway.cpp:49:36: error: 'isOnLine' was not declared in this scope
if(!t && works(a, b, d) && isOnLine(a, b, d)) t = 1;
^~~~~~~~
highway.cpp:49:36: note: suggested alternative: 'iswprint'
if(!t && works(a, b, d) && isOnLine(a, b, d)) t = 1;
^~~~~~~~
iswprint
highway.cpp:51:24: error: 'isOnLine' was not declared in this scope
for(d = 6; isOnLine(d, d + 1, d + 2); d += 3);
^~~~~~~~
highway.cpp:51:24: note: suggested alternative: 'iswprint'
for(d = 6; isOnLine(d, d + 1, d + 2); d += 3);
^~~~~~~~
iswprint
highway.cpp:52:33: error: 'isOnline' was not declared in this scope
for(e = 0; e < 2 && isOnline(a, b, d + e); e++);
^~~~~~~~
highway.cpp:52:33: note: suggested alternative: 'getline'
for(e = 0; e < 2 && isOnline(a, b, d + e); e++);
^~~~~~~~
getline
highway.cpp:57:2: error: 'Answer' was not declared in this scope
Answer(a, b, c, d);
^~~~~~
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);
~~~~~^~~~~~~~~~~