package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { // write your code here Scanner sc = new S... ...
分类:
其他好文 时间:
2018-09-29 23:49:00
阅读次数:
187
Description A research laboratory of a world leading automobile company has received an order to create a special transmission mechanism, which allows ...
分类:
编程语言 时间:
2018-09-22 21:19:35
阅读次数:
292
Description Yixght is a manager of the company called SzqNetwork(SN). Now she's very worried because she has just received a bad news which denotes th ...
分类:
Web程序 时间:
2018-09-21 10:57:36
阅读次数:
186
package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { // write your code here Scanner sc = new S... ...
分类:
其他好文 时间:
2018-09-19 21:42:31
阅读次数:
143
package com.company; import java.text.DecimalFormat; import java.util.Scanner; public class Main { public static void main(String[] args) { // write y... ...
分类:
其他好文 时间:
2018-09-19 10:14:23
阅读次数:
164
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=3; int y=x*x; System.out.println("x*x=... ...
分类:
其他好文 时间:
2018-09-18 17:20:10
阅读次数:
570
package com.company; public class Main { public static void main(String[] args) { // write your code here int celsius=26; int fahr; fahr=9*celsius/5+3... ...
分类:
其他好文 时间:
2018-09-18 17:13:34
阅读次数:
276
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=87; int y=72; int z=93; int avg=(x+y+z... ...
分类:
其他好文 时间:
2018-09-18 17:13:05
阅读次数:
220
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println("************"); System.o... ...
分类:
其他好文 时间:
2018-09-18 16:10:30
阅读次数:
148
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println("* * * *"); System.out.pr... ...
分类:
其他好文 时间:
2018-09-18 16:06:33
阅读次数:
170