TLE,求调
查看原帖
TLE,求调
1388115
_Monody_楼主2024/10/2 14:07
#include<bits/stdc++.h>
using namespace std;
int main() {
	int k;
	string s;
	cin>>k>>s;
	k-=s.size();
	cout<<1;
	while(k--)cout<<'0';
	cout<<s;
	return 0;
}
2024/10/2 14:07
加载中...