Advertisement
Guest User

ДляАндрея2

a guest
Apr 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. #include "pch.h"
  3. #include <iostream>
  4.  
  5. using namespace System;
  6.  
  7.  
  8. int main(array<System::String ^> ^args)
  9. {
  10. String ^str = Console::ReadLine();
  11. array <String^> ^strings = str->Split(' ');
  12.  
  13. int id;
  14. std::cin >> id;
  15. Console::WriteLine(strings[id-1]);
  16.  
  17.  
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement