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

Compile Error

rightangtri.cpp:10:27: error: missing terminating " character
10 | cout << string(i,'*')<< "n\";
| ^~~~~
rightangtri.cpp: In function β€˜int main()’:
rightangtri.cpp:11:3: error: expected primary-expression before β€˜}’ token
11 | }
| ^