| Problem | rightangtri |
|---|---|
| User | kingjames34 |
| Submission Time | 2025-10-22 15:31:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:11: error: ‘n’ was not declared in this scope
7 | while (i<n){
| ^
rightangtri.cpp:8:12: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator*’
8 | cout<<"*"*i<<endl;
| ~~~^~
| | |
| | int
| const char [2]