thabit
Contests
Problemset
Announcements
Posts
Custom Run
Login
Register
Title
×
ACM PSUT - Mini Marathon VI
Welcome
1012183
Source Code
while True: n = int(input ()) if n >= 1 and n <= 50: break for i in range (n): print ('MEOW')
Copy
Welcome
Bad3r
GNU G++17
0 ms
0 KB
Compilation Error