萌新求助 CE

P1001 A+B Problem

654179_qwq @ 2022-09-03 21:23:51

RT


#define import(s) include<s>
#define create_var(s,k) s k;
#define create_function(s,k,...) s k(...){
#define end_function }
#define add_var(s,k) {s+=k;}
#define int_input(s) scanf("%d",s)
#define int_output(s) printf("%d",s)
#include<bits/stdc++.h>

create_function(int,main)
    create_var(int,a)
    int_input(&a)
    create_var(int,b)
    int_input(&b)
    add_var(a,b)
    int_output(a)
end_function

by ptsxlhs @ 2022-10-09 17:05:27

国家级和客户存款我活动幅度开这个服1


by jyp09194612 @ 2022-10-17 09:34:30

用Python怎么写


by zhanghanzhou @ 2023-01-18 09:33:02

这个属于哪种语言啊?(我在学c++,别的没见过,不要见怪)


by 10chen01 @ 2023-02-03 11:16:23

@zhanghanzhou 就是C++呀

只是这个人整活搞了一大堆宏定义

这种玩意很容易出BUG,他就忘了给宏参数和整体加括号了


by zhanghanzhou @ 2023-02-03 17:10:00

@10chen01 宏定义是不是就是define


by hang2023 @ 2023-04-22 19:12:32

加分号。


上一页 |