Advertisement
rengetsu

Proced_3_Pratyb_3.01

Mar 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. int n,a;
  6. cin>>n>>a;
  7. cout<<a<<endl;
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement