clo.cpp: In function 'int main()':
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:34:2: note: in expansion of macro 'input'
34 | input(n);
| ^~~~~
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:37:26: note: in expansion of macro 'input'
37 | for (ll i=0; i<n; ++i) {input(orders[i].c); input(orders[i].f); input(orders[i].v); orders[i].v=-orders[i].v; maxc += orders[i].c;}
| ^~~~~
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:37:46: note: in expansion of macro 'input'
37 | for (ll i=0; i<n; ++i) {input(orders[i].c); input(orders[i].f); input(orders[i].v); orders[i].v=-orders[i].v; maxc += orders[i].c;}
| ^~~~~
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:37:66: note: in expansion of macro 'input'
37 | for (ll i=0; i<n; ++i) {input(orders[i].c); input(orders[i].f); input(orders[i].v); orders[i].v=-orders[i].v; maxc += orders[i].c;}
| ^~~~~
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:38:2: note: in expansion of macro 'input'
38 | input(m);
| ^~~~~
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:40:28: note: in expansion of macro 'input'
40 | for (ll i=n; i<n+m; ++i) {input(orders[i].c); input(orders[i].f); input(orders[i].v); orders[i].c=-orders[i].c; }
| ^~~~~
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:40:48: note: in expansion of macro 'input'
40 | for (ll i=n; i<n+m; ++i) {input(orders[i].c); input(orders[i].f); input(orders[i].v); orders[i].c=-orders[i].c; }
| ^~~~~
clo.cpp:8:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | #define input(x) scanf("%lld", &x);
| ~~~~~^~~~~~~~~~~~
clo.cpp:40:68: note: in expansion of macro 'input'
40 | for (ll i=n; i<n+m; ++i) {input(orders[i].c); input(orders[i].f); input(orders[i].v); orders[i].c=-orders[i].c; }
| ^~~~~