reconstruction.cpp: In function 'int main()':
reconstruction.cpp:21:4: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
21 | sf("%d%d",&n,&m);
| ^
reconstruction.cpp:24:5: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
24 | sf("%d%d%d",&a,&b,&w);
| ^
reconstruction.cpp:44:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
44 | int q;sf("%d",&q);
| ^
reconstruction.cpp:47:11: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
47 | int x;sf("%d",&x);
| ^