Problem rightangtri
User Arjunironman8
Submission Time 2026-06-22 16:34:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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++){
| ^