Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // masiv.cpp: определяет точку входа для консольного приложения.
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "stdlib.h"
  6. #include <cstdio>
  7. #include <stdio.h>
  8. #include <iostream>
  9.  
  10. using namespace std ;
  11.  
  12. int _tmain(int argc, _TCHAR* argv[])
  13. {
  14. string stud[5]={Вова , Дима , Вася , Денис , Богдан};
  15.  
  16. for(int i=0 , i < 5 , i++){
  17.  
  18. }
  19. cout<<
  20. system("pause");
  21. return 0;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement