Problem rightangtri
User Arjunironman8
Submission Time 2026-06-22 16:33:38
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++){
| ^
rightangtri.cpp:14:4: error: expected ‘}’ at end of input
14 | n--
| ^~
rightangtri.cpp:8:15: note: to match this ‘{’
8 | signed main() {
| ^