Files
rxcc/test2.c

5 lines
87 B
C
Raw Normal View History

2026-01-31 15:07:04 -05:00
int main() {
return -(2 * 3) * 5 * (2 * 5) * (3 * -4 * -(-2 * 5) * 4) * -7 * 7;
2026-01-31 15:07:04 -05:00
}