主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
DestinyCares+++
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
29
发帖
43
笔记
0
Ta的粉丝
142
关注数
0
粉丝数
142
获赞数
5
阅读数
57698
矩阵转置 题解:
#include<iostream> using namespace std; int a[105][105]; int b[105][105]; int main() { int n;  ...
P1393
2024年2月13日 13:28
回复 0
|
赞 0
|
浏览 715
二叉排序树 - 华科 题解:
#include<iostream> #include<string> using namespace std; int m = -1; typedef struct Tnode { int data; &n...
P1396
2024年2月1日 21:48
回复 0
|
赞 0
|
浏览 621
合并果子 题解:
#include<bits/stdc++.h> using namespace std; int main(){ priority_queue<int,vector<int>,greater<int>&g...
P1544
2024年1月29日 18:36
回复 0
|
赞 0
|
浏览 816
计算表达式 题解:
a=input() print(int(eval(a)))
P1281
2024年1月29日 18:06
回复 0
|
赞 0
|
浏览 740
天津大学-计算表达式 题解:python
a=input() print(int(eval(a)))
P1845
2024年1月29日 18:05
回复 0
|
赞 0
|
浏览 811
括号匹配问题 题解:
#include<bits/stdc++.h> using namespace std; int main(){ string str; while(cin>>str){ ...
P1296
2024年1月29日 17:03
回复 0
|
赞 0
|
浏览 809
日期类 题解:
#include<iostream> #include <stdio.h> using namespace std; int main(){ int date[12][2]={{1,31},{2,28},{3,31},{...
P1437
2024年1月29日 15:48
回复 0
|
赞 0
|
浏览 771
打印日期 题解:1410
#include<bits/stdc++.h> using namespace std; bool isrun(int y){ if(((y%4==0)&&(y%100!=0))||(y%400==0)) retu...
P1410
2024年1月28日 10:04
回复 0
|
赞 0
|
浏览 633
素数判定 - 哈尔滨工业大学 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; int flag; whi...
P1355
2024年1月22日 18:29
回复 0
|
赞 1
|
浏览 626
1
2
本科学校:中国矿业大学
目标学校:南京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!