Problem rightangtri
User Hihihihihi
Submission Time 2026-06-22 16:42:07
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:2: error: expected initializer before ‘ans’
12 | ans+="*";
| ^~~