Problem rightangtri
User LYM2025
Submission Time 2025-08-22 16:33:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:5:7: error: ‘i’ was not declared in this scope
5 | cin>>i;
| ^
rightangtri.cpp:7:12: error: invalid operands of types ‘const char [2]’ and ‘long long int’ to binary ‘operator*’
7 | cout<<"*"*i;
| ~~~^~
| | |
| | long long int
| const char [2]