Problem rightangtri
User brat
Submission Time 2025-09-23 21:36:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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