TComp/test/prog1.tc

6 lines
99 B
Text
Raw Normal View History

int a = 10;
int a = 13;
2025-08-21 00:00:59 +08:00
int b = (12 + (0 - a));
int c = (14 + b);
int d = 20;
a * 2 + ((b - c) - d)