/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 15ms 3.078 MiB
#2 Accepted 15ms 3.113 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-11-11 03:46:45
Judged By
Score
100
Total Time
15ms
Peak Memory
3.113 MiB