input/code.cpp:4:1: error: 'strinb' does not name a type; did you mean 'stdin'?
strinb b3(int a, int k){
^~~~~~
stdin
input/code.cpp: In function 'int main()':
input/code.cpp:24:15: error: 'b3' was not declared in this scope
string s2 = b3(i, n);
^~
input/code.cpp:27:13: error: conflicting declaration 'long long int s2'
long long s2 = 0;
^~
input/code.cpp:24:10: note: previous declaration as 'std::__cxx11::string s2'
string s2 = b3(i, n);
^~
input/code.cpp:28:20: error: no match for 'operator<' (operand types are 'int' and 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}')
for(int j = 0; j < s2; j++){
~~^~~~
In file included from /usr/include/c++/7/regex:62:0,
from /usr/include/x86_64-linux-gnu/c++/7/bits/stdc++.h:110,
from input/code.cpp:1:
/usr/include/c++/7/bits/regex.h:1004:5: note: candidate: template<class _BiIter> bool std::__cxx11::operator<(const std::__cxx11::s...