Problem rightangtri
User SMILE
Submission Time 2024-04-20 09:09:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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