Problem rightangtri
User Helium
Submission Time 2026-07-10 17:21:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:11:3: error: expected ‘,’ or ‘;’ before ‘while’
11 | while (j <= i){
| ^~~~~
rightangtri.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
rightangtri.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^