| Problem | rightangtri |
|---|---|
| User | Arjunironman8 |
| Submission Time | 2026-06-22 16:35:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:11:2: error: expected primary-expression before ‘char’
11 | char (n= *)
| ^~~~
rightangtri.cpp:12:18: error: ‘i’ was not declared in this scope
12 | for (int i = 0; i < n; i++){
| ^