Untitled
unknown
plain_text
a year ago
673 B
1
Indexable
Never
/****************************************************************************** Online C++ Compiler. Code, Compile, Run and Debug C++ program online. Write your code in this editor and press "Run" button to compile and execute it. *******************************************************************************/ #include<iostream> using namespace std; int main() { int a[3]; int count=2; for(int i =0;i<3;++i) { //cout<<i; cin>>a[i]; //cout<<a[count-1]; //cout<<a[count]<<" "; } cout<<a[j]; for(int j = 3; j>0;++j) { cout<<a[j]; } return 0; }