highway.cpp:35:4: warning: "/*" within comment [-Wcomment]
} /*_Fin*/
highway.cpp: In function 'void _doInit()':
highway.cpp:39:9: error: '_N' was not declared in this scope
cin>>_N;
^~
highway.cpp:39:9: note: suggested alternative: '__N'
cin>>_N;
^~
__N
highway.cpp:41:5: error: '_Apa' was not declared in this scope
_Apa[x] = -1;
^~~~
highway.cpp:43:3: error: '_Qnum' was not declared in this scope
_Qnum = 0;
^~~~~
highway.cpp:43:3: note: suggested alternative: 'enum'
_Qnum = 0;
^~~~~
enum
highway.cpp:44:3: error: '_maxQ1' was not declared in this scope
_maxQ1 = _N - 3;
^~~~~~
highway.cpp:44:3: note: suggested alternative: 'fmaxl'
_maxQ1 = _N - 3;
^~~~~~
fmaxl
highway.cpp:45:3: error: '_maxQ2' was not declared in this scope
_maxQ2 = _N * 2 / 3;
^~~~~~
highway.cpp:45:3: note: suggested alternative: '__exp2'
_maxQ2 = _N * 2 / 3;
^~~~~~
__exp2
highway.cpp:46:3: error: '_maxQ4' was not declared in this scope
_maxQ4 = _N / 2+2;
^~~~~~
highway.cpp:46:3: note: suggested alternative: 'fmaxl'
_maxQ4 = _N / 2+2;
^~~~~~
fmaxl
highway.cpp: In function 'int GetN()':
highway.cpp:50:7: error: '_Init' was not declared in this scope
if (_Init) {
^~~~~
highway.cpp:50:7: note: suggested alternative: '_doInit'
if (_Init) {
^~~~~
_doInit
highway.cpp:54:10: error: '_N' was not declared in this scope
return _N;
^~
highway.cpp:54:10: note: suggested alternative: '__N'
return _N;
^~
__N
highway.cpp: In function 'int _Find(int)':
highway.cpp:60:10: error: '_Apa' was not declared in this scope
while (_Apa[Nx] > 0) {
^~~~
highway.cpp:64:9: error: '_Apa' was not declared in this scope
k = _Apa[x];
^~~~
highway.cpp: In function 'int _Unio(int, int)':
highway.cpp:76:7: error: '_Apa' was not declared in this scope
if (_Apa[nn] > _Apa[mm]) {
^~~~
highway.cpp:81:3: error: '_Apa' was not declared in this scope
_Apa[nn] += _Apa[mm];
^~~~
highway.cpp: In function 'int isOnLine(int, int, int)':
highway.cpp:90:7: error: '_Init' was not declared in this scope
if (_Init) {
^~~~~
highway.cpp:90:7: note: suggested alternative: '_Unio'
if (_Init) {
^~~~~
_Unio
highway.cpp:91:5: error: '_Fin' was not declared in this scope
_Fin(0, "Protocol error");
^~~~
highway.cpp:91:5: note: suggested alternative: '_Find'
_Fin(0, "Protocol error");
^~~~
_Find
highway.cpp:93:20: error: '_N' was not declared in this scope
if (x < 1 || x > _N || y < 1 || y > _N || z < 1 || z > _N) {
^~
highway.cpp:93:20: note: suggested alternative: '__N'
if (x < 1 || x > _N || y < 1 || y > _N || z < 1 || z > _N) {
^~
__N
highway.cpp:94:5: error: '_Fin' was not declared in this scope
_Fin(0, "Protocol error");
^~~~
highway.cpp:94:5: note: suggested alternative: '_Find'
_Fin(0, "Protocol error");
^~~~
_Find
highway.cpp:96:3: error: '_Qnum' was not declared in this scope
_Qnum++;
^~~~~
highway.cpp:96:3: note: suggested alternative: 'enum'
_Qnum++;
^~~~~
enum
highway.cpp:97:15: error: '_maxQ1' was not declared in this scope
if (_Qnum > _maxQ1)
^~~~~~
highway.cpp:97:15: note: suggested alternative: 'fmaxl'
if (_Qnum > _maxQ1)
^~~~~~
fmaxl
highway.cpp:98:5: error: '_Fin' was not declared in this scope
_Fin(false, "Too many questions");
^~~~
highway.cpp:98:5: note: suggested alternative: '_Find'
_Fin(false, "Too many questions");
^~~~
_Find
highway.cpp:110:10: error: '_Apa' was not declared in this scope
nxn = -_Apa[nx]; nyn = -_Apa[ny]; nzn = -_Apa[nz];
^~~~
highway.cpp:116:13: error: '_N' was not declared in this scope
if (nn <= _N - 3) {
^~
highway.cpp:116:13: note: suggested alternative: '__N'
if (nn <= _N - 3) {
^~
__N
highway.cpp:89:7: warning: unused variable 'i' [-Wunused-variable]
int i;
^
highway.cpp: At global scope:
highway.cpp:124:2: error: expected unqualified-id before '/' token
*/
^
highway.cpp:124:2: error: expected constructor, destructor, or type conversion before '/' token
highway.cpp: In function 'void Answer(int, int, int, int)':
highway.cpp:137:8: error: 'vis' was not declared in this scope
if(vis[x][y][z])continue;
^~~
highway.cpp:138:5: error: 'vis' was not declared in this scope
vis[x][y][z] = 1;
^~~
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);
~~~~~^~~~~~~~~~~