triusis.cpp: In function 'int LIS()':
triusis.cpp:24:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | if (pos == min_endings.size()) {
| ~~~~^~~~~~~~~~~~~~~~~~~~~
triusis.cpp: In function 'int main()':
triusis.cpp:37:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
37 | scanf("%d %d", &n, &m);
| ~~~~~^~~~~~~~~~~~~~~~~
triusis.cpp:40:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
40 | scanf("%d", &a[i]);
| ~~~~~^~~~~~~~~~~~~