不高兴的津津(这结构体真是相见恨晚讷) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> struct study { int a;//学校上课的时间 int b;//补课的时间 }; int m…… 题解列表 2023年10月11日 0 点赞 0 评论 146 浏览 评分:0.0
2903: 不高兴的津津(C语言) 摘要: #include int main() { int a[7][2]; for(int i=0; i…… 题解列表 2023年07月24日 0 点赞 0 评论 301 浏览 评分:0.0
编写题解 2903: 不高兴的津津 摘要:解题思路:注意事项:max>8参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>struct Time{ int stime; …… 题解列表 2022年10月26日 0 点赞 0 评论 275 浏览 评分:0.0
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int day=0,maxx=0; f…… 题解列表 2023年07月16日 0 点赞 0 评论 190 浏览 评分:0.0
2903: 不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <stdio.h> int main() { int a[8] = {0}, n = 0, max = 0, ans = 0; …… 题解列表 2022年11月07日 0 点赞 0 评论 212 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[7][2],i,j,b[7],max,max_sign; for (i = 0; i <…… 题解列表 2023年06月15日 0 点赞 0 评论 186 浏览 评分:0.0
2903: 不高兴的津津 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int day; int arr1[8]={0}; int arr2[8]={0};//两个数组来装数…… 题解列表 2022年11月17日 0 点赞 0 评论 285 浏览 评分:0.0
c语言不用数组,小白做法 摘要:解题思路:注意事项:参考代码: #include<stdio.h>int main(){int a,b,i,z,t=0,c=0;for(i=1;i<8;i++){scanf("%d%d",&a,&…… 题解列表 2023年04月17日 0 点赞 0 评论 230 浏览 评分:0.0
写题解 2903: 不高兴的津津 摘要: #include using namespace std; int a[10],b[10],c[10],d,day; int main(){ for(…… 题解列表 2023年12月06日 0 点赞 0 评论 223 浏览 评分:2.0
不高兴的津津(C++代码)简单即实用 摘要:参考代码:#include <iostream>using namespace std;int main() { int studyTime[7]; // 津津在学校上课的时间 int…… 题解列表 2023年07月14日 0 点赞 0 评论 668 浏览 评分:7.1