Problem | rightangtri |
---|---|
User | iso6ky |
Submission Time | 2024-05-15 11:12:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘void triangle(int, int)’:
rightangtri.cpp:17:43: error: expected primary-expression before ‘)’ token
17 | for (int i = 0; i < h; i++) {cout << "*";)
| ^
rightangtri.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
rightangtri.cpp:15:1: note: to match this ‘{’
15 | {
| ^