Advertisement
Md_hosen_zisad

1st c++

Feb 25th, 2018
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main()
  4. { int i,x;
  5. for(i=0;i<3;i++)
  6. {
  7.  cin>>x;
  8.  cout<<x<<" ";}
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement