Ka的恶趣味

#include<stdio.h>
#include "VB.h"
Sub CommandClike
    DimInt a;
    inputbox"%d",&a endl
    If a>50 Then
        print"HelloWorld,Id:%d!
",a endl
    Endif
    Or
        print"Sorry,we don't welcome you." endl
    Endif
EndSub
#define Sub int
#define CommandClike main(){
#define EndSub }
#define print printf(
#define endl );
#define DimInt int
#define inputbox scanf(
#define If if(
#define Then ){
#define Endif }
#define Or else{

至于怎么制作自己的头文件,搞个工程就得啦。

原文地址:https://www.cnblogs.com/KakagouLT/p/4611202.html