Problem rightangtri
User thelusidian
Submission Time 2024-02-19 17:44:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:15: error: initializer fails to determine size of ‘str’
7 | char str[] = '*';
| ^~~
rightangtri.cpp:7:15: error: array must be initialized with a brace-enclosed initializer
rightangtri.cpp:11:15: error: incompatible types in assignment of ‘char*’ to ‘char [1]’
11 | str = str + '*';
| ^~~