提交时间:2023-04-29 19:44:31

运行 ID: 16151

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