#include <iostream>using namespace std;int main(){ int a[3]={3,1,2}; for(int i=0;i<3;i++){ cout<<a[i]<<endl; } return 0;}
No comments:
Post a Comment