Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #define n_ame 2 + 1 + 7
- ////////////////////////////////////////
- int main()
- {
- int d;
- d = 88;
- d = n_ame;
- printf("%d\n", d);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement