主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
buluoxu
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
0
笔记
0
Ta的粉丝
40
关注数
0
粉丝数
40
获赞数
1
阅读数
1682
日志排序 题解:vector+sort 借鉴了同体解内的输入方式
#include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; struct loggle{ ...
P1227
2024年3月15日 22:05
回复 0
|
赞 1
|
浏览 653
旋转方阵 题解:
#include<bits/stdc++.h> using namespace std; int res[25][25] = {0}; int main() { int n; cin >> n ; int x = 0,y...
P1216
2024年3月12日 12:16
回复 0
|
赞 0
|
浏览 611
括号匹配 题解:巧用栈简单解法
#include <iostream> #include <stack> #include <string> using namespace std; int main(){ stack<char> c; string s...
P1501
2024年3月12日 11:33
回复 0
|
赞 0
|
浏览 418
本科学校:大连民族大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!