Skip to content

Instantly share code, notes, and snippets.

View Kejuntrap's full-sized avatar
📛
Burning Tofu.

Jhori Kejuntrap

📛
Burning Tofu.
  • Tokyo Institute of Technology
  • Fukuoka , JP
View GitHub Profile
import java.util.Arrays;
import java.util.Scanner;
class SAIS {
static char saisyo = '!';
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String s = sc.next();
int[] res = SAISENGINE(s);