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:32:2: note: in expansion of macro 'input'
32 | 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:35:26: note: in expansion of macro 'input'
35 | 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:35:46: note: in expansion of macro 'input'
35 | 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:35:66: note: in expansion of macro 'input'
35 | 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:36:2: note: in expansion of macro 'input'
36 | 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:38:28: note: in expansion of macro 'input'
38 | 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:38:48: note: in expansion of macro 'input'
38 | 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:38:68: note: in expansion of macro 'input'
38 | 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; }
| ^~~~~