De 0 a 4
Submit solution
Points:
10
Time limit:
5.0s
Memory limit:
256M
Author:
Problem type
Allowed languages
C#, Go, Java, Python
Escriu un programa que imprimeixi els números de \(0\) a \(4\) inclusive. Cada nombre ha d'estar en una nova línia.
Input Format
-
Constraints
-
Output Format
-
Test Case 1
Input
Output
0
1
2
3
4
CC BY-NC-SA 4.0