Problem rightangtri
User JAMALSGOODATROBOTICS
Submission Time 2025-01-15 20:25:59
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 (int i = 0; i < n; i++){
| ^~~
rightangtri.cpp:12:21: error: ‘i’ was not declared in this scope
12 | for (int i = 0; i < n; i++){
| ^