bitaro.cpp: In function 'int main()':
bitaro.cpp:7:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
7 | #define forr(i, j, k) for (int i = j; i < k; i++)
| ^
bitaro.cpp:8:22: note: in expansion of macro 'forr'
8 | #define frange(i, j) forr(i, 0, j)
| ^~~~
bitaro.cpp:60:13: note: in expansion of macro 'frange'
60 | frange(k, graph[i].size()) {
| ^~~~~~
bitaro.cpp: In function 'void usaco()':
bitaro.cpp:30:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
30 | freopen("/media/hariaakash646/785EF1075EF0BF46/CompetitiveProgramming/input.in", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bitaro.cpp: In function 'int main()':
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:38:5: note: in expansion of macro 'scd'
38 | scd(n);
| ^~~
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:39:5: note: in expansion of macro 'scd'
39 | scd(m);
| ^~~
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:40:5: note: in expansion of macro 'scd'
40 | scd(q);
| ^~~
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:45:9: note: in expansion of macro 'scd'
45 | scd(a);
| ^~~
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:46:9: note: in expansion of macro 'scd'
46 | scd(b);
| ^~~
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:86:9: note: in expansion of macro 'scd'
86 | scd(t);
| ^~~
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:87:9: note: in expansion of macro 'scd'
87 | scd(y);
| ^~~
bitaro.cpp:5:21: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | #define scd(t) scanf("%d", &t)
| ~~~~~^~~~~~~~~~
bitaro.cpp:92:13: note: in expansion of macro 'scd'
92 | scd(a);
| ^~~