Problem rightangtri
User jwsk0
Submission Time 2025-10-25 15:26:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:7:17: error: ‘i’ was not declared in this scope
7 | for (int j = 1;i<=n;i++){
| ^