码迷,mamicode.com
首页 > 其他好文 > 详细

ecnu 3004 Easy

时间:2018-06-19 21:24:33      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:通过   class   for   NPU   split   put   int   color   input   

科学做法显然是同余定理,但如你所见靠暴力就能通过

t=int(input())
for i in range(0,t):
    a,b,c,d=map(int,input().split())
    for j in range(c+33,21253,33):
        if j%23==a%23 and j%28==b%28:
            print("case #%d:\nthe next triple peak occurs in %d days." % (i,j-d if j-d>0 else j-d+21252))
            break

 

ecnu 3004 Easy

标签:通过   class   for   NPU   split   put   int   color   input   

原文地址:https://www.cnblogs.com/TAMING/p/9200932.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!