import simple_print:*;
fun main(): int {
if (1>2) {
println("Wrong");
} else {
println("Right");
}
if (3>4)
else