Línia de punts


Submit solution

Points: 10
Time limit: 5.0s
Memory limit: 256M

Author:
Problem types
Allowed languages
C#, Go, Java, Python

Pinta una línia amb la quantitat de punts indicada.

Input Format

Un nombre enter \(N\).

Constraints

-

Output Format

{ . }

Test Case 1

Input
3
Output
...

Test Case 2

Input
5
Output
.....

Test Case 3

Input
10
Output
..........

Test Case 4

Input
20
Output
....................

Test Case 5

Input
100
Output
....................................................................................................

Test Case 6

Input
229
Output
.....................................................................................................................................................................................................................................

Authorship: Gerard Falcó

CC BY-NC-SA 4.0