1111111111111111111111111111111111111 摘要:#include<stdio.h>int main(){ long int n; scanf("%ld",&n); for(int i=2;i<=n;i++) { int sum=0; for(i…… 文章列表 2024年03月01日 0 点赞 0 评论 276 浏览 评分:5.0
银行业务队列 摘要:#include <stdio.h> int main() { int n,A[1000],B[1000]; while (scanf("%d",&n)!=EOF) { in…… 文章列表 2017年11月25日 2 点赞 0 评论 1715 浏览 评分:5.1
优秀视频创作者扶持计划 摘要:同学们,相信不少参加过NOIP、CCF、蓝桥杯、ACM的同学们,都有分享经验的想法,不仅升华自己,也帮助数以万计的初学者,可谓功德无量。为了鼓励那些”肚子里既有知识,又能讲得出来“的优秀创作者,我们决…… 文章列表 2021年11月04日 0 点赞 0 评论 2370 浏览 评分:5.2
今天日坤(蛮♂有趣的) 摘要:2023年4月22日15点01分额。。。。。。。。。。。。????????????????啥事没有2023年4月22日15点05分我的同桌(右边)嗝屁了,死因:忘记呼吸,逝者姓名杜轩旗。。。。。。。节…… 文章列表 2023年04月22日 0 点赞 0 评论 196 浏览 评分:5.2
尼科彻斯定理——Java语言 摘要:## 尼科彻斯定理 对于power运算需要自己写一个方法,因为Math类所提供的pow方法会有误差,这一方法的误差在C语言的pow方法中同样存在!因为本题只设计立方运算,所以在power方法中其实可…… 文章列表 2022年10月21日 0 点赞 0 评论 364 浏览 评分:5.3
输入一个ASCII码,输出对应的字符。 摘要:输入一个ASCII码,输出对应的字符。注意:char外加()#include <iostream>using namespace std;int main(){ int n; cin>>n…… 文章列表 2023年11月26日 0 点赞 0 评论 191 浏览 评分:5.3
情人节专属代码,画心 摘要: void draw(string str){ int temp=0; int minus=0; for(double y=1.3 ; y>=-1.1; y …… 文章列表 2020年02月14日 0 点赞 0 评论 1083 浏览 评分:5.4
算术表达式求值(有括号) 摘要:#include <stdio.h> #include <string.h> #include <stdlib.h> #include<windows.h> typedef struct _e…… 文章列表 2019年02月13日 1 点赞 0 评论 1171 浏览 评分:5.7
要将"China"译成密码,译码规律是:用原来字母后面的第4个字母代替原来的字母. 例如,字母"A"后面第4个字母是"E"."E"代替"A"。因此,"China"应译为"Glmre"。 请编一程序 摘要:菜鸟刚刚上路,每完成一个发一个:bowtie: #include using namespace std; int main() { char a[100],b[100]…… 文章列表 2019年09月30日 0 点赞 0 评论 7309 浏览 评分:5.9