| Problem | rightangtri |
|---|---|
| User | Ausdum |
| Submission Time | 2026-01-22 11:09:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:5:8: error: ‘x’ does not name a type
5 | const x = "*"
| ^
rightangtri.cpp:7:9: error: ‘n’ was not declared in this scope
7 | cin >> n;
| ^
rightangtri.cpp:9:11: error: ‘x’ was not declared in this scope
9 | cout << x * i << "\n";
| ^