This website requires JavaScript.
Explore
Help
Register
Sign In
wangfiox
/
sysy
Watch
1
Star
0
Fork
You've already forked sysy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
sysy
/
functional_c
/
sy
/
47_hex_oct_add.sy
8 lines
104 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