harbingers.cpp: In function 'void prmv(long long int)':
harbingers.cpp:35:35: error: 'y3' was not declared in this scope
35 | else isV = (((__int128_t) y3-y2)*(x2-x1) > ((__int128_t) y2-y1)*(x3-x2));
| ^~
harbingers.cpp:35:38: error: 'y2' was not declared in this scope
35 | else isV = (((__int128_t) y3-y2)*(x2-x1) > ((__int128_t) y2-y1)*(x3-x2));
| ^~
harbingers.cpp:35:43: error: 'x2' was not declared in this scope
35 | else isV = (((__int128_t) y3-y2)*(x2-x1) > ((__int128_t) y2-y1)*(x3-x2));
| ^~
harbingers.cpp:35:46: error: 'x1' was not declared in this scope
35 | else isV = (((__int128_t) y3-y2)*(x2-x1) > ((__int128_t) y2-y1)*(x3-x2));
| ^~
harbingers.cpp:35:69: error: 'y1' was not declared in this scope
35 | else isV = (((__int128_t) y3-y2)*(x2-x1) > ((__int128_t) y2-y1)*(x3-x2));
| ^~
harbingers.cpp:35:74: error: 'x3' was not declared in this scope
35 | else isV = (((__int128_t) y3-y2)*(x2-x1) > ((__int128_t) y2-y1)*(x3-x2));
| ^~
harbingers.cpp: In function 'int main()':
harbingers.cpp:69:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
69 | scanf("%d",&n);
| ~~~~~^~~~~~~~~
harbingers.cpp:72:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
72 | scanf("%d%d%d",&conn[i*2].first,&conn[i*2].second.first,&conn[i*2].second.second);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
harbingers.cpp:85:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | scanf("%d%d",&s[i],&v[i]);
| ~~~~~^~~~~~~~~~~~~~~~~~~~