提交时间:2025-12-09 15:03:13

运行 ID: 75702

#include<bits/stdc++.h> using namespace std; int main() { __int128 a,b; cin>>a>>b; cout<<a-b; return 0; }