- 最大公约数
816
- 2024-3-2 20:52:00 @
#include <bits/stdc++.h>
using namespace std;
int main()
{
for(char a='a';a<='z';a+=2)
{
cout<<a<<" ";
}
cout<<endl;
for(char a='z';a>='a';a-=2)
{
cout<<a<<" ";
}
return 0;
}
0 comments
No comments so far...
Information
- ID
- 802
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 6
- Tags
- # Submissions
- 75
- Accepted
- 22
- Uploaded By