Submit | All submissions | Best solutions | Back to list |
PRF02LOOP02 - LOOP |
Write a program that prints the alphabet using lowercase characters.
Example
Output: alphabet a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z
Added by: | khanhvh |
Date: | 2020-10-26 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |
hide comments
2021-03-20 02:31:21
= Reproduce the example output exactly. Not sure what having to print "alphabet" in the first line adds to the problem. |