UTPC

UTPC2011 D "停止問題"

問題:http://atcoder.jp/problem/detail/28 コード import java.util.*; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); int r = s.nextInt(), c = s.nextInt(), m = 15; char[][] cs = new char[r][]…

UTPC2011 C "\[\[iwi\]\]"

問題:http://atcoder.jp/problem/detail/27 コード import java.util.*; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); cs = s.next().toCharArray(); System.out.println(f(0)); } static char[] cs…

UTPC2011 B "(iwi)"

問題:http://atcoder.jp/problem/detail/26 コード import java.util.*; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); char[] cs = s.next().toCharArray(); int sum = 0; int n = cs.length; for (…

UTPC2011 A "プログラミングコンテスト"

問題:http://atcoder.jp/problem/detail/25 コード import java.util.*; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); int m = s.nextInt(), n = s.nextInt(), max = 0; ; for (; m-- > 0;) { int s…