You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
int main() {
|
|
int a, b;
|
|
a = 070;
|
|
b = 0x4;
|
|
a = a - - 4 + + b;
|
|
if (+-!!!a) {
|
|
a = - - -1;
|
|
}
|
|
else {
|
|
a = 0 + + b;
|
|
}
|
|
putint(a);
|
|
return 0;
|
|
} |