From 1dc72460d6c5c87a291ca9a10dd2e51b2c4ffacf Mon Sep 17 00:00:00 2001 From: notalentprogrammer Date: Sun, 4 May 2025 16:53:32 +0900 Subject: [PATCH] Reset --- Baekjoon/.DS_Store | Bin 6148 -> 0 bytes Baekjoon/python/1000.py | 1 - Baekjoon/python/1001.py | 4 ---- Baekjoon/python/1008.py | 5 ----- Baekjoon/python/10171.py | 4 ---- Baekjoon/python/10172.py | 5 ----- Baekjoon/python/10430.py | 2 -- Baekjoon/python/10869.py | 2 -- Baekjoon/python/10926.py | 1 - Baekjoon/python/10950.py | 2 -- Baekjoon/python/10998.py | 2 -- Baekjoon/python/11382.py | 1 - Baekjoon/python/1330.py | 3 --- Baekjoon/python/14681.py | 4 ---- Baekjoon/python/15552.py | 3 --- Baekjoon/python/18108.py | 1 - Baekjoon/python/2480.py | 2 -- Baekjoon/python/2525.py | 4 ---- Baekjoon/python/25304.py | 7 ------- Baekjoon/python/25314.py | 1 - Baekjoon/python/2557.py | 1 - Baekjoon/python/2588.py | 9 --------- Baekjoon/python/2739.py | 2 -- Baekjoon/python/2753.py | 2 -- Baekjoon/python/2884.py | 3 --- Baekjoon/python/8393.py | 2 -- Baekjoon/python/9498.py | 3 --- 27 files changed, 76 deletions(-) delete mode 100644 Baekjoon/.DS_Store delete mode 100644 Baekjoon/python/1000.py delete mode 100644 Baekjoon/python/1001.py delete mode 100644 Baekjoon/python/1008.py delete mode 100644 Baekjoon/python/10171.py delete mode 100644 Baekjoon/python/10172.py delete mode 100644 Baekjoon/python/10430.py delete mode 100644 Baekjoon/python/10869.py delete mode 100644 Baekjoon/python/10926.py delete mode 100644 Baekjoon/python/10950.py delete mode 100644 Baekjoon/python/10998.py delete mode 100644 Baekjoon/python/11382.py delete mode 100644 Baekjoon/python/1330.py delete mode 100644 Baekjoon/python/14681.py delete mode 100644 Baekjoon/python/15552.py delete mode 100644 Baekjoon/python/18108.py delete mode 100644 Baekjoon/python/2480.py delete mode 100644 Baekjoon/python/2525.py delete mode 100644 Baekjoon/python/25304.py delete mode 100644 Baekjoon/python/25314.py delete mode 100644 Baekjoon/python/2557.py delete mode 100644 Baekjoon/python/2588.py delete mode 100644 Baekjoon/python/2739.py delete mode 100644 Baekjoon/python/2753.py delete mode 100644 Baekjoon/python/2884.py delete mode 100644 Baekjoon/python/8393.py delete mode 100644 Baekjoon/python/9498.py diff --git a/Baekjoon/.DS_Store b/Baekjoon/.DS_Store deleted file mode 100644 index 800a6ef829956bb7d2c3a23b8c450ffc28987b68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!AiqG5Z$e{O;Di+1&<3}3${f;@e*sjixEAj)W#GWOtYa)Em8_O>z8=+q(7ja z;P*JQyA@*}D8aygu-&jFlK;7ARuQhUOc=dDJP%8A}0>t7k|S zdBc9}h0>eyCc|H30QauIVs^_C)?wNGd-mcm=qHuR8_&(<=L^N6U0f)hyB#@nlU6e5 z*IT_)934p+dXs+3I}X~zW@&j(MoBA(+C3Ez_-$}GI|(9R4(oCd`F$1Z>IvJn>}F|o zG^%dZ%A&ei8<)jsyH+WSjqTcaY+Ea9>pO?d>#!TiJ53~qZ%)aQ!3o?$C$pyTs_I_K zZmb>n;@A1EY&6U_Ydt+aJf6M2>`wdmzxu?T&v_0oUFJP*++GyQ=nCwUcSj!*Vt^PR z24>BGIfJZ)Stq7^!~iky=NZ8BL4YDU22+jd=zvC*0DyTgD}g@N5*Q;4ItEjXFayGM zD4-7Iro`Yn9PGmQIR;aWI-GG+d~lPQn+k=i?C^Y{+!=Q?QcDaF16c;<^st2Y|NhVQ ze>R9l!~ikyuNdI@hTEvalFZ#YwK%+M1?UAR3i_oQKSH3Ru43@Tt9TVu3D^a803Cy= SMzDa;kAR|q8e(9k47>waaBYhK diff --git a/Baekjoon/python/1000.py b/Baekjoon/python/1000.py deleted file mode 100644 index 5142194..0000000 --- a/Baekjoon/python/1000.py +++ /dev/null @@ -1 +0,0 @@ -print(sum(list(map(int,input().split())))) diff --git a/Baekjoon/python/1001.py b/Baekjoon/python/1001.py deleted file mode 100644 index ba193bd..0000000 --- a/Baekjoon/python/1001.py +++ /dev/null @@ -1,4 +0,0 @@ -a, b = map(int,input().split()) -print(a-b) - -# print(eval('+0-'.join(input()))) \ No newline at end of file diff --git a/Baekjoon/python/1008.py b/Baekjoon/python/1008.py deleted file mode 100644 index 1a1b7db..0000000 --- a/Baekjoon/python/1008.py +++ /dev/null @@ -1,5 +0,0 @@ -a, b = map(int,input().split()) -print(a/b) - -# a,_,b = input() -# print(int(a)/int(b)) \ No newline at end of file diff --git a/Baekjoon/python/10171.py b/Baekjoon/python/10171.py deleted file mode 100644 index 9c1d5c7..0000000 --- a/Baekjoon/python/10171.py +++ /dev/null @@ -1,4 +0,0 @@ -print("\ /\ ") -print(" ) ( ')") -print("( / )") -print(" \(__)|") \ No newline at end of file diff --git a/Baekjoon/python/10172.py b/Baekjoon/python/10172.py deleted file mode 100644 index 8eaaf96..0000000 --- a/Baekjoon/python/10172.py +++ /dev/null @@ -1,5 +0,0 @@ -print("|\\_/|") -print("|q p| /}") -print('( 0 )"""\\') -print('|"^"` |') -print("||_/=\\\\__|") \ No newline at end of file diff --git a/Baekjoon/python/10430.py b/Baekjoon/python/10430.py deleted file mode 100644 index c211e27..0000000 --- a/Baekjoon/python/10430.py +++ /dev/null @@ -1,2 +0,0 @@ -a,b,c = map(int, input().split()) -print((a+b)%c,((a%c)+(b%c))%c,(a*b)%c,((a%c)*(b%c))%c) \ No newline at end of file diff --git a/Baekjoon/python/10869.py b/Baekjoon/python/10869.py deleted file mode 100644 index e853fdf..0000000 --- a/Baekjoon/python/10869.py +++ /dev/null @@ -1,2 +0,0 @@ -a, b = map(int, input().split()) -print(a+b,a-b,a*b,a//b,a%b) \ No newline at end of file diff --git a/Baekjoon/python/10926.py b/Baekjoon/python/10926.py deleted file mode 100644 index e5eef20..0000000 --- a/Baekjoon/python/10926.py +++ /dev/null @@ -1 +0,0 @@ -print(input()+'??!') \ No newline at end of file diff --git a/Baekjoon/python/10950.py b/Baekjoon/python/10950.py deleted file mode 100644 index db2b006..0000000 --- a/Baekjoon/python/10950.py +++ /dev/null @@ -1,2 +0,0 @@ -for i in range(int(input())): - print(sum(map(int,input().split()))) \ No newline at end of file diff --git a/Baekjoon/python/10998.py b/Baekjoon/python/10998.py deleted file mode 100644 index 0b2759a..0000000 --- a/Baekjoon/python/10998.py +++ /dev/null @@ -1,2 +0,0 @@ -a, b = map(int,input().split()) -print(a*b) \ No newline at end of file diff --git a/Baekjoon/python/11382.py b/Baekjoon/python/11382.py deleted file mode 100644 index ccb694d..0000000 --- a/Baekjoon/python/11382.py +++ /dev/null @@ -1 +0,0 @@ -print(sum(map(int, input().split()))) \ No newline at end of file diff --git a/Baekjoon/python/1330.py b/Baekjoon/python/1330.py deleted file mode 100644 index d925dea..0000000 --- a/Baekjoon/python/1330.py +++ /dev/null @@ -1,3 +0,0 @@ -a, b = map(int, input().split()) -# print(">" if a>b else "<" if a"[a>b],"=="][a==b]) \ No newline at end of file diff --git a/Baekjoon/python/14681.py b/Baekjoon/python/14681.py deleted file mode 100644 index 7c9cf07..0000000 --- a/Baekjoon/python/14681.py +++ /dev/null @@ -1,4 +0,0 @@ -x = int(input()) -y = int(input()) - -print("3421"[x>0::2][y>0]) \ No newline at end of file diff --git a/Baekjoon/python/15552.py b/Baekjoon/python/15552.py deleted file mode 100644 index 5ef407b..0000000 --- a/Baekjoon/python/15552.py +++ /dev/null @@ -1,3 +0,0 @@ -import sys -for i in range(int(sys.stdin.readline())): - sys.stdout.write(str(sum(map(int, sys.stdin.readline().split())))+"\n") diff --git a/Baekjoon/python/18108.py b/Baekjoon/python/18108.py deleted file mode 100644 index fdd5531..0000000 --- a/Baekjoon/python/18108.py +++ /dev/null @@ -1 +0,0 @@ -print(int(input())-543) \ No newline at end of file diff --git a/Baekjoon/python/2480.py b/Baekjoon/python/2480.py deleted file mode 100644 index bde1c0b..0000000 --- a/Baekjoon/python/2480.py +++ /dev/null @@ -1,2 +0,0 @@ -a, b, c = map(int, input().split()) -print(a*1000+10000 if a==b==c else (a*100+1000 if a==b or a==c else (b*100+1000 if b==c else max(a,b,c)*100))) \ No newline at end of file diff --git a/Baekjoon/python/2525.py b/Baekjoon/python/2525.py deleted file mode 100644 index 00c7ca0..0000000 --- a/Baekjoon/python/2525.py +++ /dev/null @@ -1,4 +0,0 @@ -h, m = map(int, input().split()) -d = int(input()) -t = h*60 + m + d -print(t//60%24, t%60) \ No newline at end of file diff --git a/Baekjoon/python/25304.py b/Baekjoon/python/25304.py deleted file mode 100644 index 9795f0d..0000000 --- a/Baekjoon/python/25304.py +++ /dev/null @@ -1,7 +0,0 @@ -X = int(input()) -Y = 0 -for i in range(int(input())): - A, B = map(int,input().split()) - Y += A*B -if X==Y : print("Yes") -else : print("No") \ No newline at end of file diff --git a/Baekjoon/python/25314.py b/Baekjoon/python/25314.py deleted file mode 100644 index 522ab3b..0000000 --- a/Baekjoon/python/25314.py +++ /dev/null @@ -1 +0,0 @@ -print("long "*(int(input())//4) + "int") \ No newline at end of file diff --git a/Baekjoon/python/2557.py b/Baekjoon/python/2557.py deleted file mode 100644 index 1dc45ac..0000000 --- a/Baekjoon/python/2557.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World!") \ No newline at end of file diff --git a/Baekjoon/python/2588.py b/Baekjoon/python/2588.py deleted file mode 100644 index 60a9a66..0000000 --- a/Baekjoon/python/2588.py +++ /dev/null @@ -1,9 +0,0 @@ -# a, b = int(input()), list(map(int, " ".join(input()).split())) -# c = 0 -# for i in range(len(b)): -# c += a*b[len(b)-i-1]*10**i -# print(a*b[len(b)-i-1]) -# print(c) - -a, b = int(input()), input() -print(*[a * int(i) for i in b][::-1], a * int(b)) diff --git a/Baekjoon/python/2739.py b/Baekjoon/python/2739.py deleted file mode 100644 index 63658c7..0000000 --- a/Baekjoon/python/2739.py +++ /dev/null @@ -1,2 +0,0 @@ -N = int(input()) -for i in range(9): print(N,"*",(i+1),"=",N*(i+1)) \ No newline at end of file diff --git a/Baekjoon/python/2753.py b/Baekjoon/python/2753.py deleted file mode 100644 index a6bede6..0000000 --- a/Baekjoon/python/2753.py +++ /dev/null @@ -1,2 +0,0 @@ -y = int(input()) -print(+(y%400==0 or (y%4==0 and y%100!=0))) \ No newline at end of file diff --git a/Baekjoon/python/2884.py b/Baekjoon/python/2884.py deleted file mode 100644 index b85a725..0000000 --- a/Baekjoon/python/2884.py +++ /dev/null @@ -1,3 +0,0 @@ -h, m = map(int,input().split()) -t = 60*h + m - 45 -print(t//60%24, t%60) \ No newline at end of file diff --git a/Baekjoon/python/8393.py b/Baekjoon/python/8393.py deleted file mode 100644 index abdce50..0000000 --- a/Baekjoon/python/8393.py +++ /dev/null @@ -1,2 +0,0 @@ -n = int(input()) -print(n*(n+1)//2) \ No newline at end of file diff --git a/Baekjoon/python/9498.py b/Baekjoon/python/9498.py deleted file mode 100644 index df0db4e..0000000 --- a/Baekjoon/python/9498.py +++ /dev/null @@ -1,3 +0,0 @@ -# a = int(input()) -# print("A" if a > 89 else "B" if a > 79 else "C" if a >69 else "D" if a>59 else "F") -print("FFFFFFDCBAA"[int(input())//10]) \ No newline at end of file