CompilerDesignIFLR1/CompilerDesignIflr1/files/code

12 lines
90 B
Plaintext
Raw Normal View History

2024-12-24 16:17:20 +08:00
{
int a =1*9+2;
if(a>9){
a=a+1;
if(9>1){
a=10;
}
a=2+2;
}
}