Problem rightangtri
User CZHT
Submission Time 2026-02-28 09:33:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:25: error: expected ‘)’ before ‘{’ token
10 | while (x < (count + 1) {
| ~ ^~
| )
rightangtri.cpp:14:11: error: expected primary-expression before ‘=’ token
14 | count + = 1;
| ^
rightangtri.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
rightangtri.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^