ballmachine.cpp: In function 'int32_t main()':
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:70:4: note: in expansion of macro 'debug'
70 | debug("BEGIN",1);
| ^~~~~
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:72:4: note: in expansion of macro 'debug'
72 | debug(x);
| ^~~~~
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:75:5: note: in expansion of macro 'debug'
75 | debug(v);
| ^~~~~
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:79:23: note: in expansion of macro 'debug'
79 | cout<<ans << '\n'; debug("END",1);
| ^~~~~
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:81:4: note: in expansion of macro 'debug'
81 | debug("BEGIN",2);
| ^~~~~
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:83:4: note: in expansion of macro 'debug'
83 | debug(x);
| ^~~~~
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:88:4: note: in expansion of macro 'debug'
88 | debug(x);
| ^~~~~
ballmachine.cpp:5:20: warning: statement has no effect [-Wunused-value]
5 | #define debug(...) 69
| ^~
ballmachine.cpp:91:24: note: in expansion of macro 'debug'
91 | cout<<ans << '\n'; debug("END",2);
| ^~~~~