2903: 不高兴的津津(C语言)
摘要:#includeintmain(){inta[7][2];for(inti=0;i……
2903: 不高兴的津津
摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;inta,b,c,maxday=0,maxtime=0;intmain(){ ……
不高兴的津津(C++代码)简单即实用
摘要:参考代码:#include<iostream>usingnamespacestd;intmain(){ intstudyTime[7];&nb……
不高兴的津津(C++实现,两种方法:vector容器和结构体数组)
摘要:解题思路:方法一:用两个vector容器,第一个存放对应日期的上课时间,再将第一个的上课时间大于8的元素存放到第二个vector容器中,对第二个容器进行升序排序操作,最后遍历第二个容器将容器出现的第一……
c语言不用数组,小白做法
摘要:解题思路:注意事项:参考代码: #include<stdio.h>intmain(){inta,b,i,z,t=0,c=0;for(i=1;i<……