主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
hellokitty1679
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
19
发帖
0
笔记
0
Ta的粉丝
47
关注数
0
粉丝数
47
获赞数
0
阅读数
11504
A+B问题 题解:C
#include<stdio.h> int main(void) { long long A,B; scanf("%lld %lld",&A,&B); &nbs...
P1000
2024年9月8日 17:31
回复 0
|
赞 0
|
浏览 462
日期 题解:C
#include<stdio.h> int day_count(int mon) { int d; switch(mon) { &...
P1011
2024年9月8日 17:15
回复 0
|
赞 0
|
浏览 429
加密算法 题解:C
#include <stdio.h> #include <string.h> int main(void) { char a[101]; gets(a); //不能用scanf,因为可能会...
P1014
2024年9月8日 16:33
回复 0
|
赞 0
|
浏览 371
删除字符串2 题解:C
#include<stdio.h> #include<string.h> int main(void) { char a[101]; char b[101];  ...
P1027
2024年9月8日 16:16
回复 0
|
赞 0
|
浏览 345
01序列 题解:C
#include <stdio.h> #include<stdlib.h> char* constrain(int num) { char* a = (char*)malloc(7 * sizeof(char)...
P1001
2024年9月8日 15:48
回复 0
|
赞 0
|
浏览 361
字符移动 题解:C
#include<stdio.h> #include<string.h> int main(void) { char a[100]; char b[100],c[100]; &nbs...
P1012
2024年9月8日 15:18
回复 0
|
赞 0
|
浏览 434
排序 题解:C
#include<stdio.h> #include<stdlib.h> int cmp (const void * a, const void * b) { return ( *(int*)a - *(int*)b ); } in...
P1010
2024年9月8日 14:59
回复 0
|
赞 0
|
浏览 453
比较奇偶数个数 题解:C
#include<stdio.h> int main(void) { int N,m; while(scanf("%d",&N)!=EOF) ...
P1373
2024年9月5日 21:25
回复 0
|
赞 0
|
浏览 1.0k
奇怪的数列 题解:C
#include<stdio.h> int main(void) { int N,m=1; scanf("%d",&N); f...
P1508
2024年9月5日 21:18
回复 0
|
赞 0
|
浏览 971
计算天数 题解:C
#include<stdio.h> #include<math.h> int ret_day(int year,int month) {switch(month) { &n...
P1433
2024年9月5日 20:53
回复 0
|
赞 0
|
浏览 906
相隔天数 题解:C
#include <stdio.h> #include <math.h> int days_in_month(int month, int year) { // 根据月份和年份返回每个月的天数,考虑闰年 ...
P1825
2024年9月5日 20:19
回复 0
|
赞 0
|
浏览 953
矩阵转置 题解:C
#include<stdio.h> int main(void) { int n; while(scanf("%d",&n)!=EOF) &n...
P1393
2024年9月5日 19:45
回复 0
|
赞 0
|
浏览 1.1k
矩阵翻转 题解:C
#include<stdio.h> int main(void) { int n; scanf("%d",&n); int a[1...
P1134
2024年9月5日 19:31
回复 0
|
赞 0
|
浏览 1.0k
反序数 题解:C/C++
#include<bits/stdc++.h> int main(void) { for(int i=1000;i<=9999;i++) { &nb...
P1454
2024年8月18日 11:30
回复 0
|
赞 0
|
浏览 380
利润提成 题解:C/C++
#include<bits/stdc++.h> using namespace std; int main(void) { int l; scanf("%d",&l);...
P1040
2024年8月18日 10:53
回复 0
|
赞 0
|
浏览 425
促销计算 题解:c/c++
#include <bits/stdc++.h> using namespace std; int main(void) { double n; while(scanf("%lf&quo...
P1091
2024年8月18日 10:11
回复 0
|
赞 0
|
浏览 359
求S(n) 题解:C
#include<stdio.h> #include<math.h> int main(void) { int n,SN; while(scanf("%d",&n)!=EOF) {SN=pow((n%3),5);...
P1500
2024年8月17日 23:21
回复 0
|
赞 0
|
浏览 321
回文串问题 题解:C
#include<stdio.h> #include<string.h> int main(void) { char a[101]; int i=1; while(scanf("%s",a)!=EOF) { in...
P1659
2024年8月17日 23:20
回复 0
|
赞 0
|
浏览 276
求平均年龄 题解:C
#include<stdio.h> int main(void) { int a[100]; int num=0; while(scanf("%d&...
P1252
2024年7月7日 18:34
回复 0
|
赞 0
|
浏览 938
本科学校:国际关系学院
目标学校:中国科学院大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!