摘要: 题目描述:写一个函数,求两个整数之和,要求在函数体内不得使用+、-、*、/四则运算符号。 心得:两数相加还能这么表示 1 #include <iostream> 2 3 using namespace std; 4 5 class Solution 6 { 7 public: 8 int Add(i 阅读全文
posted @ 2020-07-29 19:40 ZyLin-ux 阅读(100) 评论(0) 推荐(0) 编辑