hidden.cpp:25:14: warning: overflow in conversion from 'double' to 'll' {aka 'int'} changes value from '1.0e+18' to '2147483647' [-Woverflow]
25 | const ll inf=1e18;
| ^~~~
hidden.cpp: In function 'std::vector<int> findSequence(int)':
hidden.cpp:36:13: error: 'isSubsequence' was not declared in this scope
36 | if(!isSubsequence(a)){
| ^~~~~~~~~~~~~
hidden.cpp:41:13: error: 'isSubsequence' was not declared in this scope
41 | if(!isSubsequence(b)){
| ^~~~~~~~~~~~~
hidden.cpp:52:16: error: 'isSubsequence' was not declared in this scope
52 | if(isSubsequence(v)){
| ^~~~~~~~~~~~~
hidden.cpp:64:16: error: 'isSubsequence' was not declared in this scope
64 | if(isSubsequence(v)){
| ^~~~~~~~~~~~~
grader.cpp: In function 'int main()':
grader.cpp:28:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wformat=]
28 | fprintf (fifo_out, "%d\n", ans.size ());
| ~^ ~~~~~~~~~~~
| | |
| int std::vector<int>::size_type {aka long unsigned int}
| %ld