9 lines
184 B
C
9 lines
184 B
C
|
#include <stdio.h>
|
||
|
#include <stdint.h>
|
||
|
int main() {
|
||
|
uint32_t result = (0xdU) * (31U / ((((0x45U)) - 75U)) * (0x41U) + 53U / (0xaU) - (0x50U));
|
||
|
printf("%u", result);
|
||
|
return 0;
|
||
|
}
|
||
|
|