/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 15ms 3.031 MiB
#2 Accepted 15ms 3.082 MiB

Code

a = "I love programming"

n = int(input())
for i in range(n):
	print(a)

Information

Submit By
Type
Submission
Problem
P1018 Show your dedication
Contest
Brain booster - 1
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 13:19:25
Judged At
2024-10-03 14:06:41
Judged By
Score
100
Total Time
15ms
Peak Memory
3.082 MiB