joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:7:23: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
7 | int n, m;scanf("%d%d",&n,&m);
| ~~~~~^~~~~~~~~~~~~~
joi2019_ho_t2.cpp:10:33: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
10 | for(auto&[x,y]:pic)scanf("%d%d",&y,&x);
| ~~~~~^~~~~~~~~~~~~~
joi2019_ho_t2.cpp:12:28: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | for(auto&x:fr)scanf("%d",&x);
| ~~~~~^~~~~~~~~