UVA 11219 - How old are you?

UVA Sep 1, 2020

Problem PDF

Solution:

#include 
int main()
{
    int a,b,c,e,g,f,k,i,j,t;
    while(scanf("%d",&t)==1)
    {
        for(i=1;i<=t;i++)
        {
            scanf("%d/%d/%d",&a, &b, &c);
            scanf( "%d/%d/%d",&e, &f, &g);
            k=(c-g);
            if(b130)
                printf("Case #%d: Check birth date\n", i);
            else
                printf("Case #%d: %d\n",i,k);
        }
    }
    return 0;
}
https://github.com/Shipu/OnlineJudgeProblemSolutionWithCPlusPlus/tree/master/uva/11219/11219.cpp

Tags

Great! You've successfully subscribed.
Great! Next, complete checkout for full access.
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.