- 博客(2)
- 收藏
- 关注
原创 CCF 小中大 c++
#include <iostream> #include <vector> #include<iomanip> using namespace std; int main() { int n; cin >> n; vector<int> nums; int max; int min; float mid; for(in...
2019-09-09 21:01:14
448
原创 CCF 二十四点 c++
#include <iostream> #include <string> #include <stack> #include <cmath> using namespace std; bool compute(string str) { stack<int> nums; stack<char> chars; i...
2019-09-09 20:57:01
392
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人