Problem rightangtri
User toditisdoingthisforfun
Submission Time 2026-01-08 22:37:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:10:7: error: too few arguments to function ‘void RHT(int, int)’
10 | RHT(n);
| ^
rightangtri.cpp:3:6: note: declared here
3 | void RHT(int n, int k);
| ^~~
rightangtri.cpp: In function ‘void RHT(int, int)’:
rightangtri.cpp:17:25: error: expected ‘;’ before ‘)’ token
17 | for (int j=0; j<k, j++)
| ^
| ;