1. 程式人生 > >luogu西遊記公司

luogu西遊記公司

name color spa return ext tar lin 後來 std

P1615西遊記公司

這道題一開始我只得了80分,因為沒開long long,後來開了long long又沒有lld。。。

#include<iostream>
#include<cstdio>

using namespace std;

int main()
{
    long long x,y,z,xx,yy,zz,m,n;
    scanf("%lld:%lld:%lld",&x,&y,&z);
    scanf("%lld:%lld:%lld",&xx,&yy,&zz);
    scanf("%lld
",&m); n=(xx-x)*3600*m+(yy-y)*60*m+(zz-z)*m; printf("%lld",n); return 0; }

O(∩_∩)O哈哈哈~~\(≧▽≦)/~啦啦啦

luogu西遊記公司