trampoline.cpp: In function 'int main()':
trampoline.cpp:43:11: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
43 | scanf ("%d",&r);
| ~~~~~~^~~~~~~~~
trampoline.cpp:44:11: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
44 | scanf ("%d",&c);
| ~~~~~~^~~~~~~~~
trampoline.cpp:45:11: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
45 | scanf ("%d",&n);
| ~~~~~~^~~~~~~~~
trampoline.cpp:48:15: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
48 | scanf ("%d",&x);
| ~~~~~~^~~~~~~~~
trampoline.cpp:49:15: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
49 | scanf ("%d",&y);
| ~~~~~~^~~~~~~~~
trampoline.cpp:53:11: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
53 | scanf ("%d",&t);
| ~~~~~~^~~~~~~~~
trampoline.cpp:55:15: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
55 | scanf ("%d",&xStart);
| ~~~~~~^~~~~~~~~~~~~~
trampoline.cpp:56:15: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
56 | scanf ("%d",&yStart);
| ~~~~~~^~~~~~~~~~~~~~
trampoline.cpp:57:15: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
57 | scanf ("%d",&xEnd);
| ~~~~~~^~~~~~~~~~~~
trampoline.cpp:58:15: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
58 | scanf ("%d",&yEnd);
| ~~~~~~^~~~~~~~~~~~