ysyx-workbench/nemu/test.c
tracer-ysyx 74e272b7b5 > compile NEMU
ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 09:25:24  up 1 day  9:41,  2 users,  load average: 0.21, 0.43, 0.48
2024-01-13 09:25:24 +08:00

8 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;
}