TComp/test/prog1.tc

5 lines
83 B
Text
Raw Normal View History

int a = 12;
2025-08-21 00:00:59 +08:00
int b = (12 + (0 - a));
int a = (15 + b);
int d = 20;
a + d((0 - a), b)