This website requires JavaScript.
Explore
Help
Register
Sign In
li_chx
/
CompilerDesignIFLR1
Watch
1
Star
0
Fork
You've already forked CompilerDesignIFLR1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e92384f424
CompilerDesignIFLR1
/
CompilerDesignIflr1
/
files
/
code
12 lines
90 B
Plaintext
Raw
Blame
History
{
int a =1*9+2;
if(a>9){
a=a+1;
if(9>1){
a=10;
}
a=2+2;
}
}
Reference in New Issue
View Git Blame
Copy Permalink