Compare your own post #5 with what you have actually implemented in your C-code.

And a word of advice: Don't "make your own language" - printf() is a stanard function, don't use #define p printf and #define s scanf - it's just so much harder to read.

--
Mats