主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
OIsay-good
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
64
关注数
0
粉丝数
64
获赞数
1
阅读数
3558
打印日期 题解:只有60% ,求大佬提点
#include<stdio.h> struct node { int year,month,day,x; }p; int s[13]={0,31,28,31,30,31,30,31,31,30,31,30,31}; ...
P1410
2024年3月19日 21:18
回复 3
|
赞 0
|
浏览 1.5k
日期计算 题解:
#include <stdio.h> struct node { int year,month,day; }p; int f[13]={0,31,28,31,30,31,30,31,31,30,31,30,31}; int main(){ ...
P1051
2024年3月18日 22:40
回复 0
|
赞 0
|
浏览 622
旋转矩阵 - 北航 题解:
#include //核心: // s[i][j]==b[i][j] 0 // s[i][j]==b[j][n-i-1] 90 // s[i][j]==b[n-i-1][n-j-1] 180 // s[i][j]==b[n-j-...
P1377
2024年3月17日 20:37
回复 0
|
赞 0
|
浏览 704
旋转方阵 题解:
核心就是转圈圈,不能多也不能少,草稿纸上多画画 #include <stdio.h> int s[25][25]; int main(){ int n; scanf("...
P1216
2024年3月16日 21:24
回复 0
|
赞 1
|
浏览 697
本科学校:中国地质大学
目标学校:中国地质大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!