Problem rightangtri
User elsatanyixin
Submission Time 2026-02-28 09:35:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:26: error: expected ‘;’ before ‘)’ token
9 | for (int i=0; i < n, i++);{
| ^
| ;
rightangtri.cpp:10:20: error: ‘i’ was not declared in this scope
10 | for (int j=0; j < i+1; j++);{
| ^