| Problem | rightangtri |
|---|---|
| User | Jordis00fed |
| Submission Time | 2024-02-19 18:59:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:8: error: ‘end1’ was not declared in this scope
9 | cout<<end1;
| ^~~~
rightangtri.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
rightangtri.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^