主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
myming
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
10
发帖
0
笔记
0
Ta的粉丝
17
关注数
0
粉丝数
17
获赞数
0
阅读数
3919
进制转换2 题解:
#include<bits/stdc++.h> using namespace std; void f(char s[]){ char out[105]; int cnt = 0;  ...
P1259
2024年7月20日 14:16
回复 1
|
赞 0
|
浏览 392
反序数 题解:
#include<bits/stdc++.h> using namespace std; //1089 * 9 = 9801 int main(){ for(int i=1000;i<=9999;i++){ &nbs...
P1454
2024年7月19日 20:32
回复 2
|
赞 0
|
浏览 390
删除字符串2 题解:
#include<bits/stdc++.h> using namespace std; int main(){ string s,t,f; // getline(cin, s); ...
P1027
2024年7月21日 20:32
回复 0
|
赞 0
|
浏览 354
负二进制 题解:
#include<bits/stdc++.h> using namespace std; void f(int x){ char out[105]; int cnt = 0; ...
P1097
2024年7月21日 15:56
回复 0
|
赞 0
|
浏览 437
进制转换3 题解:
#include<bits/stdc++.h> using namespace std; void f(int M, int N,char x[]){ long long ans = 0; in...
P1422
2024年7月20日 20:48
回复 0
|
赞 0
|
浏览 447
八进制 题解:
#include<bits/stdc++.h> using namespace std; void f(int x){ char y[66] = {0}; int i = 0; &...
P1417
2024年7月20日 20:34
回复 0
|
赞 0
|
浏览 434
二进制数 题解:
#include<bits/stdc++.h> using namespace std; void f(unsigned int x){ char y[1024] = {0}; int i = ...
P1380
2024年7月20日 20:32
回复 0
|
赞 0
|
浏览 336
十进制和二进制 题解:
#include <bits/stdc++.h> using namespace std; // 将十进制字符串转换为二进制字符串 void decimalToBinary(char a[], char binary[]) { int len...
P1176
2024年7月20日 16:03
回复 0
|
赞 0
|
浏览 364
进制转换 题解:
#include<bits/stdc++.h> using namespace std; void decimal_to_binary(char s[]){ char out[105]; int...
P1178
2024年7月20日 14:00
回复 0
|
赞 0
|
浏览 483
逆序数 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int x,y = 0; int count = 0;  ...
P1039
2024年7月19日 20:22
回复 0
|
赞 0
|
浏览 282
本科学校:四川农业大学
目标学校:国防科技大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!