| Problem | rightangtri |
|---|---|
| User | kingjames34 |
| Submission Time | 2025-10-22 15:30:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rightangtri.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin>>N;
| ^~~
rightangtri.cpp:7:11: error: ‘n’ was not declared in this scope
7 | while (i<n){
| ^
rightangtri.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout<<"*"*i<<endl;
| ^~~~
rightangtri.cpp:8:12: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator*’
8 | cout<<"*"*i<<endl;
| ~~~^~
| | |
| | int
| const char [2]
rightangtri.cpp:8:16: error: ‘endl’ was not declared in this scope
8 | cout<<"*"*i<<endl;
| ^~~~