blob: 0ae5b59af4bb631e6a02b51c6f7cbf1704638541 [file] [log] [blame]
public class ConditionalInterning {
int a, b, c;
boolean cmp() {
return (a > b ? a < c : a > c);
}
}