Advertisement
Milaj

Untitled

Nov 18th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #include <stdio.h>
  2. #include "stdafx.h"
  3. #include <iostream>
  4. int main()
  5. {
  6. setlocale(LC_ALL, "Russian");
  7. char c;
  8. printf("Введите число от используя цифры (от 0 до 9) \n ");
  9. c=getchar();
  10. printf("Вот твое гребанное число %d", c);
  11. while (getchar() != EOF);
  12. return 0;
  13.  
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement