提交时间:2023-01-16 12:55:40

运行 ID: 5372

#include<bits/stdc++.h> #include<cstdio> using namespace std; int main() { cout<<12345-4321<<endl; return 0; }