Problem rightangtri
User Hihihihihi
Submission Time 2026-06-22 16:41:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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+="*";
| ^~