全部评论 1

  • 宏孩子?

    #if true
    #ifndef MAIN_CPP
    #define MAIN_CPP
    #ifndef _STDIO_H
    #define scanf __builtin_scanf
    #define printf __builtin_printf
    #endif
    #ifndef ADD
    #define ADD(a,b) (a)+(b)
    #endif
    int main(){
        int a,b;
        scanf("%d %d",&a,&b);
        printf("%d",ADD(a,b));
    }
    #endif
    #else
    #define BEAR
    #endif
    

    2026-02-27 来自 香港

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页