Problem rightangtri
User GlitchPlungerCat
Submission Time 2025-08-22 16:33:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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