本WIKI由顾向北的小厨房www申请于2020年04月02日创建,编辑权限开放,如遇Chrome浏览器登陆后无法编辑点这里 BWIKI反馈留言板
全站通知:
2-3
刷
历
编
49阅读
2023-07-09更新
最新编辑:oldkitty
阅读:49
更新日期:2023-07-09
最新编辑:oldkitty
跳到导航
跳到搜索
- include <cstdio>
int main(){
int a; scanf("%d",&a); for(int i = 0;i<a;i++){ printf("4"); return 0;
}