Files
2016-04-19 09:06:38 +02:00

7 lines
68 B
Plaintext

entier $a;
main()
{
$a = lire();
ecrire( $a < 10 ? 0 : 1);
}