主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
橙子灰
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
0
笔记
0
Ta的粉丝
174
关注数
0
粉丝数
174
获赞数
1
阅读数
8067
7
#include <bits/stdc++.h> using namespace std; bool isRel(int number) { if (number % 7 == 0) return true; while (number != 0) { i...
P1198
2023年1月30日 23:31
回复 0
|
赞 0
|
浏览 2.5k
回文串
#include <iostream> #include <string> using namespace std; bool isPali(string str) { int lo = 0, hi = str.size() - 1; while ...
P1700
2023年1月30日 23:18
回复 0
|
赞 0
|
浏览 2.9k
A - B
#include <iostream> #include <string> using namespace std; string getAns(int a, int b) { if (a == b) return "我和N诺一样牛逼"; ret...
P1187
2023年1月30日 22:56
回复 0
|
赞 1
|
浏览 2.7k
本科学校:BNUZ
目标学校:wu
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!