Problem rightangtri
User usernamehere
Submission Time 2024-01-23 17:11:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp:4:24: error: empty character constant
4 | print('*', end='')
| ^~
rightangtri.cpp:1:1: error: ā€˜nā€™ does not name a type
1 | n = int(input())
| ^