mobile.cpp: In function 'll fun(std::vector<std::vector<long double> >&, ll, ll)':
mobile.cpp:30:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<long double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
30 | for(int i=1;i<a.size();++i){
| ~^~~~~~~~~
mobile.cpp:35:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
35 | if(num<L)return 1;*8
| ^~
mobile.cpp:35:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
35 | if(num<L)return 1;*8
| ^
mobile.cpp:35:23: error: invalid type argument of unary '*' (have 'int')
35 | if(num<L)return 1;*8
| ^~
mobile.cpp: In function 'void setIO(std::string)':
mobile.cpp:11:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | freopen((s + ".in").c_str(), "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mobile.cpp:12:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | freopen((s + ".out").c_str(), "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mobile.cpp: In function 'll fun(std::vector<std::vector<long double> >&, ll, ll)':
mobile.cpp:15:23: warning: control reaches end of non-void function [-Wreturn-type]
15 | vector<vector<ll>>a;
| ^