主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
ccccccyes
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
25
发帖
0
笔记
0
Ta的粉丝
40
关注数
10
粉丝数
40
获赞数
2
阅读数
20088
十进制和二进制 题解:
评测值:173先过 如果只过一半,应该是大整数没满足 可以试试10个9 在线二进制按位逆序运算工具-Bejson.com //都是bigInt的转换 //十进制转二进制,二进制转十进制 //有多次输入 //都是根据int的形式下的原理进行模拟 ...
P1176
2024年8月26日 13:55
回复 0
|
赞 0
|
浏览 441
进制转换2 题解:
//首先字符有大小写,然后范围有两段 //得到数以进制高位乘法,低位相加 #include <iostream> #include <vector> using namespace std; string str; //dec是关键字 int ma...
P1259
2024年8月25日 03:29
回复 0
|
赞 0
|
浏览 445
字符串翻转 题解:
#include <iostream> #include <algorithm> //reverse是algorithm中的 using namespace std; int main(){ string ...
P1006
2024年8月21日 19:33
回复 0
|
赞 0
|
浏览 353
A+B问题 题解:
#include <iostream> using namespace std; int main(){ //int is approximate to 2.1 billion no need long long &nb...
P1000
2024年8月21日 19:20
回复 0
|
赞 0
|
浏览 394
判断素数 题解:
#include <iostream> using namespace std; //standard primer judgement bool isPrimer(int n){ if(n <= 3) return n&...
P1013
2024年8月21日 15:15
回复 0
|
赞 1
|
浏览 337
1
2
本科学校:北京工业大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!