#include <iostream>
#include <cstring>
using namespace std;
int main()
{
char as[]={'R','S','T','R','J'};
int len = strlen(as)-1;
for(int i=0;i<len;i++){
cout<<as[i]<<endl;
}
return 0;
}
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment