Guest User

Untitled

a guest
Jan 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #include <windows.h>
  2. #include <iostream>
  3. #include <conio.h>
  4.  
  5. char i, j, n, x;
  6. int A_array[1000]
  7.  
  8. using namespace std;
  9.  
  10.  
  11. void masuv( int A_array[] )
  12. {
  13. for (i=0; i<n; i++)
  14. {
  15. cout<<"Введите значение"<<i<<";"; cin >> A_array[i];
  16. }
  17. }
  18.  
  19. void main(void)
  20. {
  21.  
  22. {
  23. cout<<"Введите число"<<"n=";
  24. cin >> n;
  25.  
  26. if (i=1, j=i+1)
  27. {
  28.  
  29. }
  30. }
  31. return 0;
  32. }
Add Comment
Please, Sign In to add comment