10 lines
66 B
Plaintext
10 lines
66 B
Plaintext
entier $a;
|
|
main()
|
|
{
|
|
si 0 alors
|
|
{ecrire(1);
|
|
}
|
|
sinon
|
|
{ecrire(0);}
|
|
}
|