6 lines
41 B
Plaintext
6 lines
41 B
Plaintext
entier $a;
|
|
main()
|
|
{
|
|
ecrire(5 - 3 + 2);
|
|
}
|
entier $a;
|
|
main()
|
|
{
|
|
ecrire(5 - 3 + 2);
|
|
}
|