top of page

소스 코드 제출

공개·회원 71명

260305

# def prime(n):

# if n == 2:

# print("prime")

# return

# for i in range(2, n):

# if n % i == 0:


1회 조회

20260305

/*

#include <stdio.h>

int stack[201]={};

int ttop=-1;


void push(int a)

{


2회 조회

# c = list(input())

# h = len(c)

# count = 10

#

# for i in range(1, h):

#


2회 조회

260305

# a,b =input().split()


# a=int(a)


# b=int(b)


# if b>=30 :


# b=b-30


# else :


3회 조회
주소 : 경기도 용인시 광교중앙로 302 블루 스퀘어 602호
연락처 : 031) 216 - 1546 ,     031) 215 - 1546
사업자등록번호 : 465-92-00916
​학원 등록 제 4603호
bottom of page