rusi/test_ru/signed.c

8 lines
193 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// зigned.c - Проверка типа зigned (знак)
цел главн(){
знак цел з = -42;
если (з == -42) {
возврат 0;
}
возврат 1;
}