This website requires JavaScript.
Explore
Help
Register
Sign In
compiler
/
sysy-data
Watch
4
Star
0
Fork
You've already forked sysy-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
sysy-data
/
functional
/
sy
/
47_hex_oct_add.sy
7 lines
103 B
Plaintext
Raw
Permalink
Blame
History
//test add of hex and oct
int main(){
int a, b;
a = 0xf;
b = 0xc;
return a + b + 075;
}
Reference in New Issue
View Git Blame
Copy Permalink