提交时间:2025-12-09 14:58:17
运行 ID: 75701
#include<bits/stdc++.h> using namespace std; int main() { __int128 a,b; cin>>a>>b; cout<<a-b; return 0; }