#include <bits/stdc++.h>
using namespace std;
long long x,y;
int main()
{
cin>>x>>y;
cout<<x-y;
return 0;
}
Đúng 0
Bình luận (0)
Môn học
Chủ đề / Chương
Bài học
#include <bits/stdc++.h>
using namespace std;
long long x,y;
int main()
{
cin>>x>>y;
cout<<x-y;
return 0;
}