Skip to content

Instantly share code, notes, and snippets.

View peisan's full-sized avatar

Ippei Arita peisan

View GitHub Profile
@peisan
peisan / SRM609Level3VocaloidsAndSongs.java
Created February 17, 2014 02:25
SRM 609 Level3 VocaloidsAndSongs
import java.util.*;
public class VocaloidsAndSongs {
long cache[][][][];
final long MOD = 1000000007L;
public int count(int S, int gumi, int ia, int mayu) {
cache = new long[S + 1][gumi + 1][ia + 1][mayu + 1];
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@peisan
peisan / loop each date of month
Last active August 29, 2015 13:55
shell just to loop each date of month
#!/bin/bash
os=`uname`
if test $os = Darwin; then
date_cmd=gdate
else
date_cmd=date
fi
# yyyymm