Fixed parsing bug 1, just empty FactorSequence left

This commit is contained in:
RochesterX
2026-01-31 19:51:05 -05:00
parent 2e3dd13009
commit 1d9ad824a6
10 changed files with 145 additions and 59 deletions

View File

@@ -1,3 +1,3 @@
int main() {
return (~2 + !(4 - 2) / 9 - -9) + 90 * 8 - 2 - 33 * (400 - 1) - !~-9;
return ~1 * 2;
}