H24
NT
2 tháng 11 2021 lúc 23:27

#include <bits/stdc++.h>

using namespace std;

long long x,y;

int main()

{

cin>>x>>y;

cout<<x-y;

return 0;

}

Bình luận (0)