UKE 求救
查看原帖
UKE 求救
843733
cubehead楼主2023/4/29 14:15

代码:

#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

2023/4/29 14:15
加载中...