题目1454:蓝桥杯历届试题-蚂蚁感冒 摘要:#include<iostream> #include<cmath> using namespace std; int main() { int n,a[50],cnt=1; …… 文章列表 2023年03月24日 0 点赞 0 评论 102 浏览 评分:0.0
蓝桥杯历届试题-数字游戏 摘要:#include<iostream> #include<cmath> using namespace std; long long f(long long n,long long k) { …… 文章列表 2023年03月24日 0 点赞 0 评论 149 浏览 评分:0.0
大连交通大学五年制C语言试卷九 考试笔记 摘要:4.假定有以下变量定义:int k=7,x=12;则能使值为3的表达式是( A)。A. (x%=k)-(k%=5) //(x=x%k)-(k=k%5)=5-2=3B. x%=(k-k%5) //x=…… 文章列表 2023年03月24日 0 点赞 0 评论 173 浏览 评分:0.0
吐槽:范德萨科技发达分开fkdajfafkdf啊房贷卡发 摘要:我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大傻逼我是个大…… 文章列表 2023年03月23日 0 点赞 1 评论 99 浏览 评分:9.9
大连交通大学五年制C语言试卷十 考试笔记 摘要:5.执行语句for(i=1;i++<4;);后变量i的值是(5 )。【解析】:当i=4时,i<4即:4<4不成立,但i++仍执行,i=i+1=4, 不执行循环体。7.static int x=10;v…… 文章列表 2023年03月23日 0 点赞 0 评论 224 浏览 评分:9.9
编程时注意 摘要:华氏度到摄氏度#include<bits/stdc++.h>using namespace std;int main(){ double a,b; cin>>a; printf("%…… 文章列表 2023年03月22日 0 点赞 0 评论 390 浏览 评分:9.9
2021年9月全国计算机等级考试真题(二级C语言) 考试笔记 摘要:1、1)填空题,有的空 末尾写了';'分号,有的没有,这是一个坑! 2)填空,其它题目有与答案一样的表达式,能复制就复制过来 改改,自己多敲一个空格都导致答案错! 3)…… 文章列表 2023年03月22日 0 点赞 1 评论 698 浏览 评分:9.9
题目 1038: [编程入门]宏定义练习之三角形面积 摘要:#include #include #define S(a,b,c) t = (a+b+c)/2; int main() { int a,b,c; float t,area; scanf…… 文章列表 2023年03月21日 0 点赞 0 评论 184 浏览 评分:9.9
题目 1463: 蓝桥杯基础练习VIP-Sine之舞 摘要:#include<iostream> using namespace std; void Anprint(int N) { for(int i=0;i<N;i++) { cou…… 文章列表 2023年03月21日 0 点赞 0 评论 108 浏览 评分:0.0
题目 1051: [编程入门]结构体之成绩统计2 摘要:#include<stdio.h> #define num 100 typedef struct stu{ char sno[10]; char name[20]; …… 文章列表 2023年03月21日 0 点赞 0 评论 161 浏览 评分:9.9