0_0_30458863_10005.cpp: In function 'int main()':
0_0_30458863_10005.cpp:209:51: error: too few arguments to function 'std::string getstr(std::string&, long long int, long long int)'
n=getint();m=getint();q=getint();s=getstr();
^
0_0_30458863_10005.cpp:101:15: note: declared here
inline string getstr(string &s,int l,int r){string ret="";for(int i=l;i<=r;i++)ret.push_back(s[i]);return ret;}
^
0_0_30458863_10005.cpp:217:11: error: 'clear' was not declared in this scope
clear();
^
0_0_30458863_10005.cpp:217:11: note: suggested alternative:
0_0_30458863_10005.cpp:25:9: note: 'fastio::clear'
int clear(){
^
|