Problem rightangtri
User JAMALSGOODATROBOTICS
Submission Time 2025-05-12 20:32:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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