T = int(input())
for i in range (T):
a,b = input().split()
print(int(a) +int(b))
a=int(input())
n = 0
for i in range(a+1):
n = n + i
print(n)
import sys
a = int(input())
for i in range(a):
m, j = map(int, sys.stdin.readline().split())
print(m+j)
a = int(input())
for i in range(1, a+1):
print(i)
Did mariaDB
Made user, database, tables, put some data in table
* * *
get up 6 30
get the supplements
Drink caffeine
Do the diary
Stretch for 30min especially shoulders
Do exercise for 40min
learn the basic of python to do algorithm 7
one day one commit with algorithm
Maria DB 9
Read books 10
Eng words and organize my blog at 11
go to bed at 11
'Footstep . 발자취' 카테고리의 다른 글
2020-03-11-My footstep today goals (0) | 2020.03.22 |
---|---|
2020/03/21 Footstep, 발자취 (0) | 2020.03.22 |
2020-03-09-My footstep today goals (0) | 2020.03.20 |
2020-03-08-My footstep today goals (0) | 2020.03.20 |
2020-03-07-My footstep today goals (0) | 2020.03.20 |