随笔分类 -  PAT

摘要:#include <bits/stdc++.h> using namespace std; int main () { int a, b; cin >> a >> b; a += b; stack<int> s; bool flag = 0; while(abs(a) > 999) { s.push 阅读全文
posted @ 2020-05-25 16:27 LightAc 阅读(110) 评论(0) 推荐(0)

返回顶端