spiderman.cpp: In function 'int32_t main()':
spiderman.cpp:10:25: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
10 | #define OPEN freopen(".in", "r", stdin); \
| ~~~~~~~^~~~~~~~~~~~~~~~~~~
spiderman.cpp:38:5: note: in expansion of macro 'OPEN'
38 | OPEN;
| ^~~~
spiderman.cpp:11:25: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | freopen(".out", "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
spiderman.cpp:38:5: note: in expansion of macro 'OPEN'
38 | OPEN;
| ^~~~