社区讨论
UKE 求救
AT_abc001_1[ABC001A] 積雪深差参与者 5已保存回复 4
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 4 条
- 当前快照
- 1 份
- 快照标识符
- @lo2onzs0
- 此快照首次捕获于
- 2023/10/23 17:16 2 年前
- 此快照最后确认于
- 2023/10/23 17:16 2 年前
代码:
CPP#include <cstring>
#include <iostream>
#include <algorithm>
using namespace std;
int h1, h2;
int main() {
ios::sync_with_stdio(false), cin.tie(0), cout.tie(0);
cin >> h1 >> h2;
cout << h1 - h2 << endl;
return 0;
}
没发现任何错误,UKE
回复
共 4 条回复,欢迎继续交流。
正在加载回复...