摘要: Addition and Subtraction Easy 读入两个数,输出两个数。 #include<bits/stdc++.h> using namespace std; const int N = 1e5 + 100; int n, m; char c; int main() { ios::s 阅读全文
posted @ 2025-09-27 17:05 OrangeRED 阅读(10) 评论(0) 推荐(0)