| Problem | rightangtri |
|---|---|
| User | aliceting2021 |
| Submission Time | 2026-02-28 09:36:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp:15:8: error: missing terminating ' character
15 | cout<<'\n\'
| ^~~~~
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:11:2: error: expected primary-expression before ‘for’
11 | for (int j = 0; j < i+1; j++))(
| ^~~
rightangtri.cpp:8:30: error: expected ‘)’ before ‘for’
8 | for (int i = 0; i < n; i++)(
| ~^
| )
......
11 | for (int j = 0; j < i+1; j++))(
| ~~~
rightangtri.cpp:11:18: error: ‘j’ was not declared in this scope
11 | for (int j = 0; j < i+1; j++))(
| ^
rightangtri.cpp:11:22: error: ‘i’ was not declared in this scope
11 | for (int j = 0; j < i+1; j++))(
| ^
rightangtri.cpp:13:2: error: expected primary-expression before ‘)’ token
13 | )
| ^