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