社区讨论
PPAP版A+B Problem
P1001A+B Problem参与者 8已保存回复 7
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 7 条
- 当前快照
- 1 份
- 快照标识符
- @mi6xxys2
- 此快照首次捕获于
- 2025/11/20 12:38 4 个月前
- 此快照最后确认于
- 2025/11/20 12:38 4 个月前
CPP
#include<iostream>
#define What_is int
#define a_Pen a
#define an_Apple b
#define I cin
#define have >>
#define uh cout
#define _ <<
#define Apple_Pen a+b
using namespace std;
What_is a_Pen;
What_is an_Apple;
int main(){
I have a_Pen;
I have an_Apple;
uh _ Apple_Pen;
}
回复
共 7 条回复,欢迎继续交流。
正在加载回复...