Problem rightangtri
User JAMALSGOODATROBOTICS
Submission Time 2025-01-15 20:24:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:12:5: error: expected ‘,’ or ‘;’ before ‘for’
12 | for (i = 0; i < n; i++){
| ^~~
rightangtri.cpp:12:17: error: ‘i’ was not declared in this scope
12 | for (i = 0; i < n; i++){
| ^