lyuboyn.cpp: In function 'int main()':
lyuboyn.cpp:21:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
21 | if (x>=fl.size()){
| ~^~~~~~~~~~~
lyuboyn.cpp:34:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | for (int x = 0; x<seq.size(); x++){
| ~^~~~~~~~~~~
lyuboyn.cpp:9:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
9 | scanf("%d%d%d",&n,&k,&t);
| ~~~~~^~~~~~~~~~~~~~~~~~~
lyuboyn.cpp:30:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
30 | scanf(" %c",&c);
| ~~~~~^~~~~~~~~~