Problem rightangtri
User Teeskit
Submission Time 2025-06-27 23:11:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:8: error: ‘i’ was not declared in this scope
9 | if (i = 0; i < star; i ++ 1) {
| ^
rightangtri.cpp:9:23: error: expected ‘)’ before ‘;’ token
9 | if (i = 0; i < star; i ++ 1) {
| ~ ^
| )
rightangtri.cpp:9:25: error: ‘i’ was not declared in this scope
9 | if (i = 0; i < star; i ++ 1) {
| ^