摘要:
2021-10-03 20:00 ATCoder周赛 A 略 B 略 C - Select Mul Problem Statement You are given an integer N. Consider permuting the digits in N and separate them i 阅读全文
摘要:
题目:here 解法: 二分法: class Solution { public: vector<int> twoSum(vector<int>& numbers, int target) { for (int i = 0; i < numbers.size(); ++i) { int low = 阅读全文
摘要:
2021-09-26 20:00 ATCoder周赛 A - Find Multiple Problem Statement Print a number between A and B (inclusive) that is a multiple of C. If there is no such 阅读全文