Main.cpp: In function 'int re(int)':
Main.cpp:12:9: warning: unused variable 'i' [-Wunused-variable]
12 | int i,j,cl,cr,fl,fr,l1,l2,sta,ccou,tl,tr;
| ^
Main.cpp:12:11: warning: unused variable 'j' [-Wunused-variable]
12 | int i,j,cl,cr,fl,fr,l1,l2,sta,ccou,tl,tr;
| ^
Main.cpp: In function 'int main()':
Main.cpp:75:13: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[20000010]' [-Wformat=]
75 | scanf("%s",&s);
| ~^ ~~
| | |
| | char (*)[20000010]
| char*
Main.cpp:74:9: warning: unused variable 'i' [-Wunused-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^
Main.cpp:74:11: warning: unused variable 'j' [-Wunused-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^
Main.cpp:74:13: warning: variable 'n' set but not used [-Wunused-but-set-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^
Main.cpp:74:15: warning: unused variable 'm' [-Wunused-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^
Main.cpp:74:17: warning: unused variable 'cn' [-Wunused-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^~
Main.cpp:74:20: warning: unused variable 'cm' [-Wunused-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^~
Main.cpp:74:23: warning: unused variable 'fn' [-Wunused-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^~
Main.cpp:74:26: warning: unused variable 'fm' [-Wunused-variable]
74 | int i,j,n,m,cn,cm,fn,fm;
| ^~
Main.cpp:75:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
75 | scanf("%s",&s);
| ~~~~~^~~~~~~~~