CS153/hw4/hw4programs/easyrun8.oat

8 lines
146 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
if(6 != 5) {
return ~(5 >> --6 << 9 >>> 10) * 2 - 100 + 6;
} else {
return 2;
}
}