Problem rightangtri
User noob41
Submission Time 2023-11-08 10:44:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp:13:15: error: stray ‘\’ in program
13 | cout<<"\"*"\n";
| ^
rightangtri.cpp:13:17: error: missing terminating " character
13 | cout<<"\"*"\n";
| ^~
cc1plus: error: ‘::main’ must return ‘int’
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:12:9: error: ‘r’ was not declared in this scope
12 | while(r==i){
| ^
rightangtri.cpp:13:15: error: expected ‘;’ before ‘n’
13 | cout<<"\"*"\n";
| ^~
| ;