Files
rxcc/test2.c

4 lines
89 B
C
Raw Normal View History

2026-01-31 15:07:04 -05:00
int main() {
return (~2 + !(4 - 2) / 9 - -9) + 90 * 8 - 2 - 33 * (400 - 1) - !~-9;
}