var n = 27; void main() { while (n>=5) if ( (n) % 3==0 && (n) % 2==0 ){ print(n-1); break; } else if ( (n) % 3==0 &&