主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
tlsn
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
0
阅读数
2085
C翻转 题解:旋转矩阵
#include <iostream> using namespace std; int A[6][6]; int x,y; int op1,op2; void clockwise(int hang,int lie,int lon){ int B[6]...
P1376
2024年2月17日 22:01
回复 0
|
赞 0
|
浏览 566
找到整数位置 题解:没看明白这道题样例的输入格式 o^o求大佬浇浇
#include <iostream> using namespace std; const int N = 100010; int arr[N]; int main(){ int n; c...
P1886
2024年1月11日 11:24
回复 2
|
赞 0
|
浏览 518
不重复数 题解:直接暴力就能AC,但希望有大佬能提出更好的方法
#include<iostream> using namespace std; bool pan(int x){ while(x/10){ &n...
P1887
2024年1月11日 12:20
回复 0
|
赞 0
|
浏览 476
大整数加法 题解:AC
#include <iostream> #include <cstring> using namespace std; const int N=100010; int A[N],B[N],C[N]; int Add(int a[],in...
P1474
2024年1月11日 09:33
回复 0
|
赞 0
|
浏览 525
本科学校:曲阜师范大学
目标学校:北京电子科技学院
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!