写在前面
一道笔试编程题
题目要求
解法
#include <iostream>
#include <string>
using namespace std;
class Solution {
public:
string findK(int n,int m,int k) {
string res;
if(n<0||m<0||k<=0) return to_string(-
一道笔试编程题
#include <iostream>
#include <string>
using namespace std;
class Solution {
public:
string findK(int n,int m,int k) {
string res;
if(n<0||m<0||k<=0) return to_string(-