ysyx-workbench/nemu/test.c

9 lines
184 B
C
Raw Normal View History

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