一种高级解法
2024-08-27 16:05:22
发布于:广东
64阅读
0回复
0点赞
#include<iostream>
#define I using
#define AK namespace
#define IOI std
#define hello int
#define HELLO return
#define WORLD 0
#define inworld cin
#define outworld cout
I AK IOI;
hello helloworld(hello world,hello world1){
HELLO (world+world1);
}
hello main(){
hello world,world1;
inworld>>world>>world1;
outworld<<helloworld(world,world1);
HELLO WORLD;
}
全部评论 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 #endif2026-02-27 来自 香港
0









有帮助,赞一个