joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:12:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
joi2019_ho_t2.cpp:29:2: note: in expansion of macro 'input'
29 | input(n); input(m);
| ^~~~~
joi2019_ho_t2.cpp:12:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
joi2019_ho_t2.cpp:29:12: note: in expansion of macro 'input'
29 | input(n); input(m);
| ^~~~~
joi2019_ho_t2.cpp:12:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
joi2019_ho_t2.cpp:32:26: note: in expansion of macro 'input'
32 | for (ll i=0; i<n; ++i) {input(pictures[i].s); input(pictures[i].f);}
| ^~~~~
joi2019_ho_t2.cpp:12:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
joi2019_ho_t2.cpp:32:48: note: in expansion of macro 'input'
32 | for (ll i=0; i<n; ++i) {input(pictures[i].s); input(pictures[i].f);}
| ^~~~~
joi2019_ho_t2.cpp:12:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
joi2019_ho_t2.cpp:33:26: note: in expansion of macro 'input'
33 | for (ll i=0; i<m; ++i) {input(frames[i]);}
| ^~~~~