Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdlib.h>
int main(void)
{
int decimal[10002] = { 0, }; // 소수 따로 배열에 저장
int d[170]; // 소수 총 169개 680바이트
int sum,t,n1, n2,t1, t2;
int cnt = 0;
int cntsub;