rusi/test_ru/double.c

5 lines
124 B
C
Raw Normal View History

// double.c - Проверка типа double
цел главн(){
двойн d = 2.71;
возврат (цел)d;
}