[feature] 再见,编译原理

This commit is contained in:
lichx
2024-12-27 01:25:50 +08:00
parent e92384f424
commit 8b1775974d
14 changed files with 352 additions and 101 deletions
+3 -11
View File
@@ -1,12 +1,4 @@
{
int a =1*9+2;
if(a>9){
a=a+1;
if(9>1){
a=10;
}
a=2+2;
}
}
const int a = 5;
}