两种方法 结构体解决问题 or 一个简单for循环解决问题(简单逻辑) 摘要:解题思路:注意事项:参考代码://一个简单for循环解决问题#include<stdio.h>int main ( ){ int num=7 , sum=0 , school=0 ,class=…… 题解列表 2024年12月05日 0 点赞 0 评论 125 浏览 评分:0.0
不高兴的津津(简单易懂!!!) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[8]; int b[8]; int i; for(i=1;i<=7;i++)…… 题解列表 2024年12月01日 0 点赞 0 评论 118 浏览 评分:9.9
不高兴的津津 摘要:解题思路:注意事项:若没有t不等于k的话,会输出后一天相等值的星期参考代码:#include<stdio.h>int main(){ int a,b,i,j=0,k,t=0; for(i=…… 题解列表 2024年11月28日 3 点赞 1 评论 90 浏览 评分:9.9
~~~~~~~~~~~~~~~可爱的津津乐道+++++++++++ 摘要:解题思路://通过数组来存放数据,然后再拿来比较注意事项://如何判断那一天最不高兴参考代码:#include<stdio.h> int main() { int a[8]={[0]=0…… 题解列表 2024年07月30日 0 点赞 0 评论 150 浏览 评分:9.9
不高兴的津津C解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a[7],b[7],i,c[7],count=0,max,k; for(i=0;i<7;i…… 题解列表 2024年02月26日 0 点赞 0 评论 164 浏览 评分:0.0
2903: 不高兴的津津c语言题解 摘要:解题思路:设立二维数组存储数据,在输入后用数组day[7]存判断循环中的时长最多的那天,最后判断时长是否大于8,然后输出。注意事项:参考代码:#include<stdio.h>int main(){ …… 题解列表 2023年12月13日 0 点赞 0 评论 121 浏览 评分:9.9
不高兴的津津(C语言版) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[10],b[10]; int sum[10]; int max=0,count=0…… 题解列表 2023年11月27日 0 点赞 0 评论 58 浏览 评分:0.0
不高兴的津津(C语言)(有注释)(简单易懂) 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <math.h> int main() { int a[7][2]; // 存储每天的上课时间和…… 题解列表 2023年11月12日 0 点赞 0 评论 383 浏览 评分:9.9
不高兴的津津(C语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main() { int a,b; int arr[7]; for(int i=0;i<7;i++){ …… 题解列表 2023年11月11日 0 点赞 0 评论 71 浏览 评分:0.0
欲戴皇冠,必承其重(c语言初学,简单易懂) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i=1,m,n,j=0,k=0;//提前让k=0更方便,毕竟最后输出的要是k,万一津津那天都高兴捏 fo…… 题解列表 2023年11月08日 0 点赞 0 评论 155 浏览 评分:9.9