题解 2903: 不高兴的津津

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

不高兴的津津C解

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){    int a[7],b[7],i,c[7],count=0,max,k;    for(i=0;i<7;i……

2903 不高兴的津津

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main {    public static void main(String[] args……

903: 不高兴的津津

摘要:``` #include using namespace std; const int N=110; int a[N] ,b[N]; int main() { int t = 0; ……

题解 2903: 不高兴的津津

摘要:解题思路:注意事项:参考代码:hour_max = day = 0 for i in range(1, 7 + 1):     hour1, hour2 = map(int, input().sp……

2903: 不高兴的津津

摘要:``` #include using namespace std; int school[8],home[8],sum[8],ans; int main(){ for( int i=1;i……

不高兴的津津(C语言版)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int a[10],b[10];    int sum[10];    int max=0,count=0……