#include<stdio.h>
#include<string.h>
#include<string>
#include<iostream>
using namespace std;
string s;
int a[15]={
0};
bool check(int i){
while(i){
if(!a[i%10])
return false;
i/=10;
}
return true
【算法竞赛入门经典】 程序 3-4 竖式问题
最新推荐文章于 2021-02-02 11:55:52 发布