Problem rightangtri
User Reality1001
Submission Time 2024-02-16 22:13:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp:12:2: error: stray ‘\’ in program
12 | \n
| ^
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:7: error: expected ‘;’ before string constant
10 | cout "*";
| ^~~~
| ;
rightangtri.cpp:12:4: error: expected ‘;’ before ‘}’ token
12 | \n
| ^
| ;
13 |
14 | }
| ~