Problem rightangtri
User hackerman123
Submission Time 2023-07-12 22:25:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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