semiexpress.cpp: In function 'int main()':
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:43:3: note: in expansion of macro 'debug'
43 | debug(ccur, cnt);
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:47:4: note: in expansion of macro 'debug'
47 | debug("RRRR");
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:52:28: note: in expansion of macro 'debug'
52 | if(ccur == fast[bptr]) {debug("LR"); break;}
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:62:5: note: in expansion of macro 'debug'
62 | debug(fast[bptr], fast[bptr+1]-1);
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:67:5: note: in expansion of macro 'debug'
67 | debug(ccur, far);
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:76:5: note: in expansion of macro 'debug'
76 | debug(ccur, fast[bptr+1]-1 , "PQ", tleft);
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:81:5: note: in expansion of macro 'debug'
81 | debug(ccur, far, "PQ", tleft);
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:93:4: note: in expansion of macro 'debug'
93 | debug("RRRR");
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:98:28: note: in expansion of macro 'debug'
98 | if(ccur == fast[bptr]) {debug("LR"); break;}
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:108:5: note: in expansion of macro 'debug'
108 | debug(fast[bptr], fast[bptr+1]-1);
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:113:5: note: in expansion of macro 'debug'
113 | debug(ccur, far);
| ^~~~~
semiexpress.cpp:13:20: warning: statement has no effect [-Wunused-value]
13 | #define debug(...) 0
| ^
semiexpress.cpp:120:2: note: in expansion of macro 'debug'
120 | debug(k-m, cnt);
| ^~~~~
semiexpress.cpp:40:5: warning: unused variable 'cccc' [-Wunused-variable]
40 | ll cccc = 0;
| ^~~~