[backend] fixed many bugs

This commit is contained in:
Lixuanwang
2025-06-24 03:23:45 +08:00
parent 20cc08708a
commit 395e6e4003
2 changed files with 75 additions and 112 deletions

View File

@@ -5,7 +5,7 @@ int main() {
const int b = 2;
int c;
if (a == b)
if (a != b)
c = b - a + 20; // 21 <- this
else
c = a * b + b + b + 10; // 16