Danyaa2000 D Danyaa2000 Регистрация 14 Дек 2013 Сообщения 76 Репутация 0 Спасибо 0 Монет 0 2 Окт 2016 #1 #include "iostream" #include "stdafx.h" #include "stdio.h" int main() { printf("vvedite ludey"); int x; printf("mejdu kem i kem"); scanf("%d", &x); {int i, k; scanf("%d %d", &i, &k); if ((x > k) && (k > i)) { x = i; x = k; printf("mejdu imi"); printf("%d", k); } else printf("nocorect"); return (0); } }
#include "iostream" #include "stdafx.h" #include "stdio.h" int main() { printf("vvedite ludey"); int x; printf("mejdu kem i kem"); scanf("%d", &x); {int i, k; scanf("%d %d", &i, &k); if ((x > k) && (k > i)) { x = i; x = k; printf("mejdu imi"); printf("%d", k); } else printf("nocorect"); return (0); } }