Problem rightangtri
User TheInvadr
Submission Time 2023-01-05 20:58:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:6:2: error: ‘String’ was not declared in this scope
6 | String str = "*";
| ^~~~~~
rightangtri.cpp:11:4: error: ‘str’ was not declared in this scope; did you mean ‘std’?
11 | str.append("*");
| ^~~
| std
rightangtri.cpp:13:9: error: ‘str’ was not declared in this scope; did you mean ‘std’?
13 | cout<<str<<"\n";
| ^~~
| std