| Problem | rightangtri | 
|---|---|
| User | IsoceledAsh | 
| Submission Time | 2023-07-27 20:43:37 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:3:22: error: ‘n’ was not declared in this scope
    3 |  for (int i = 0; i < n; i++)
      |                      ^
rightangtri.cpp:5:3: error: ‘cout’ was not declared in this scope
    5 |   cout << '*'*(i+1);
      |   ^~~~