7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
entier $a;
|
|
main()
|
|
{
|
|
$a = lire();
|
|
ecrire( $a < 10 ? 0 : 1);
|
|
}
|