2018年2月4日

ZOJ Problem Set - 1007 - Numerical Summation of a Series

摘要: public class Main { public static void main(String[] args) { double x = 0.000; double sum, k; for(int i = 1; i <= 2001; i++) { sum = 0.000; for(... 阅读全文

posted @ 2018-02-04 22:05 NEU-2015 阅读(133) 评论(0) 推荐(0) 编辑

ZOJ Problem Set - 1006 - Do the Untwist

摘要: import java.util.Scanner; public class Main { private static char[] array = new char[] { '_', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o',  阅读全文

posted @ 2018-02-04 21:24 NEU-2015 阅读(105) 评论(0) 推荐(0) 编辑

导航