Perceive109
Perceive109
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Perceive109的博客
全部文章
(共17篇)
题解 | #浮点数加法#
纯字符串的方法,利用0~10的ascii和设置进位位(CF)分别计算小数和整数,仅供参考。 // // Created by alphatk on 2023/1/18. // # include "iostream" # include "string" using namespace std; ...
2023-01-18
0
361
题解 | #单词替换#
#include "iostream" #include "string" using namespace std; int main() { // Define: string str,find, sub; int place, startPos = 0; // ...
2023-01-18
1
407
题解 | #奥运排序问题#
// // Created by xxx on 2023/1/16. // #include "iostream" using namespace std; class country_117 { public: int gold; // 金牌数 int medal; //...
2023-01-16
1
393
题解 | #小白鼠排队#
#include "iostream" #include "string" #include "map" using namespace std; int main() { int num, iHeavy; while (cin >> num) { m...
2023-01-16
4
312
题解 | #手机键盘#
#include "iostream" #include "string" #include "map" using namespace std; // 1 || 2 abc || 3 def // 4 ghi || 5 jkl || 6 mno // 7 pqrs || 8 tuv ...
2023-01-12
3
386
题解 | #日期类#
#include "iostream" #include "iomanip" using namespace std; class date250 { // 日期类 private: int day; int year; int month; public: ...
2023-01-12
1
299
题解 | #Hello World for U#
#include <iostream> #include "string" #include "vector" using namespace std; void getHandW(int size, int &height, int &width) { // 根据初始输入的字符串...
2023-01-10
1
352
首页
上一页
1
2
下一页
末页