Problem rightangtri
User CapK1wi
Submission Time 2026-04-13 17:26:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:20: error: expected ‘)’ before ‘;’ token
9 | while (int k = 0; k != i; k++) {
| ~ ^
| )
rightangtri.cpp:9:22: error: ‘k’ was not declared in this scope
9 | while (int k = 0; k != i; k++) {
| ^