| Problem | rightangtri |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-02-28 09:31:50 |
| 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:6:1: error: ‘cin’ was not declared in this scope
6 | cin >> n;
| ^~~
rightangtri.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout <<"*"
| ^~~~
rightangtri.cpp:12:2: error: ‘cout’ was not declared in this scope
12 | cout <<"/n"
| ^~~~