-
个人简介
...#include <bits/stdc++.h> using namespace std; int main() { int i,j,k,l; int n; string a="spdbsc"; string b="njicsahfi"; cin>>n; for(i=1;i<=n;i++){ for(j=0;j<9;j+=2){ cout<<b[j]; } for(j=0;j<6;j+=3){ cout<<a[j]; } cout<<endl; } return 0; }
-
通过的题目
-
最近活动
-
最近编写的题解
This person is lazy and didn't write any solutions.
题目标签
- 语言入门
- 3
- 循环
- 2
- 分支
- 1