题目链接:A. Bad Ugly Numbers
给你一个数字 n ,输出一个数字 s ,s 满足一些要求
-1
233
或者 277
#include
using namespace std;
typedef int hip;
int main() {
ios::sync_with_stdio(0); cin.tie(0);
hip i = 0, t;
for (cin >> t; i < t; i++) {
hip a; cin >> a;
if (a == 1) cout << -1 << endl;
else {
cout << 2;
while (--a) cout << 3;
cout << endl;
}
}
return 0;
}
请多多支持猹的个人博客,这里的文章那里也都有 H_On 个人小站
因为猹的小站真的还挺可的,所以那边更新的也比较勤奋,感谢关注~我会努力的(ง •_•)ง