Problem rightangtri
User yuanbin
Submission Time 2026-02-14 09:41:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:13: error: expected ‘;’ before ‘}’ token
8 | tri += "*"
| ^
| ;
9 | }
| ~
rightangtri.cpp:10:10: error: expected ‘;’ before ‘}’ token
10 | return 0
| ^
| ;
11 | }
| ~