Problem rightangtri
User yay
Submission Time 2025-02-15 10:11:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int32_t main()’:
rightangtri.cpp:12:13: error: expected ‘;’ before ‘+’ token
12 | for (int i+j; i+j;i++) {
| ^
| ;
rightangtri.cpp:12:14: error: ‘j’ was not declared in this scope
12 | for (int i+j; i+j;i++) {
| ^
rightangtri.cpp:12:20: error: expected ‘)’ before ‘;’ token
12 | for (int i+j; i+j;i++) {
| ~ ^
| )
rightangtri.cpp:12:21: error: ‘i’ was not declared in this scope
12 | for (int i+j; i+j;i++) {
| ^