Problem rightangtri
User mengqi6767
Submission Time 2026-06-22 16:36:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:31: error: expected ‘}’ at end of input
10 | cout << string(i,'*')<< "\n";
| ^
rightangtri.cpp:9:24: note: to match this ‘{’
9 | for (int i=0; i<n;i++){
| ^
rightangtri.cpp:10:31: error: expected ‘}’ at end of input
10 | cout << string(i,'*')<< "\n";
| ^
rightangtri.cpp:8:15: note: to match this ‘{’
8 | if (cin >> n){
| ^
rightangtri.cpp:10:31: error: expected ‘}’ at end of input
10 | cout << string(i,'*')<< "\n";
| ^
rightangtri.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^