提交时间:2023-01-11 15:30:34

运行 ID: 4057

#include<iostream> using namespace std; int main(){ cout<<12345-4321<<endl; return 0; }