#11042: JAVA AC


wilson30915 (XDXD)

學校 : 臺北市私立延平高級中學
編號 : 42443
來源 : [1.200.213.86]
最後登入時間 :
2019-05-25 21:11:09
d827. 買鉛筆 -- 板橋高中教學題 | From: [1.161.9.89] | 發表日期 : 2016-06-12 12:22

import java.util.Scanner;
public class JAVA
{
public static void main(String args[])
{
Scanner time=new Scanner(System.in);
long a,n;
while(time.hasNext())
{
a=time.nextLong();
n=a/12*50+a%12*5;
System.out.println(n);
}
}
}

 
ZeroJudge Forum