Problem rightangtri
User siqideng09
Submission Time 2023-11-08 13:37:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:8: error: expected initializer before ‘==’ token
10 | int i == 1;
| ^~
rightangtri.cpp:12:9: error: ‘i’ was not declared in this scope
12 | while (i <= n) {
| ^