Problem rightangtri
User toditisdoingthisforfun
Submission Time 2026-01-08 22:39:46
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);
| ^~~