sysy-data/functional/sy/40_unary_op.sy

11 lines
127 B
Plaintext

int main() {
int a;
a = 10;
if (+-!!!a) {
a = - - -1;
}
else {
a = 0;
}
return a;
}