#include #include
using namespace std;
int main(){
char a[] = "abc"; char b[2]; for(int i = 0,k = 2;i < 3;i++,k--){ b[k] = a[