| Problem | rightangtri |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-22 16:41:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:9:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
9 | ans=0
| ^~~
| abs
rightangtri.cpp:12:9: error: expected initializer before ‘+=’ token
12 | int ans+="*"
| ^~