Skip to content

Instantly share code, notes, and snippets.

View Collonville's full-sized avatar
🍻
Happy beer!!!! Wow!!!!!!

Collonville Collonville

🍻
Happy beer!!!! Wow!!!!!!
View GitHub Profile
/*
* 学籍番号・氏名:153354 舘山北斗
* 授業回・課題番号:第6回・第2課題
* 工夫した点:BM法を利用して高速化を行った
*/
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<time.h>