Problem rightangtri
User shaokai348
Submission Time 2025-03-03 14:31:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:6:19: error: expected ‘)’ before ‘;’ token
6 | while (int j = 1; j<=i; j++){
| ~ ^
| )
rightangtri.cpp:6:21: error: ‘j’ was not declared in this scope
6 | while (int j = 1; j<=i; j++){
| ^