#include <iostream> using namespace std; int main() { string str; cin>>str; int s; cin>>s; cout<<str.substr(0,s); } // 64 位输出请用 printf("%lld")