Problem rightangtri
User claireau
Submission Time 2024-06-24 13:52:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp:7:17: error: stray ‘\’ in program
7 | cout<< (i,"*")\n
| ^
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:17: error: expected ‘;’ before ‘n’
7 | cout<< (i,"*")\n
| ^~
| ;